Merge pull request #5890 from paraseba/zfspython

Fixup zfs python scripts

Changed files
+2 -2
pkgs
os-specific
linux
zfs
+2 -2
pkgs/os-specific/linux/zfs/git.nix
···
-
{ stdenv, fetchgit, kernel, spl_git, perl, autoconf, automake, libtool, zlib, libuuid, coreutils, utillinux }:
stdenv.mkDerivation {
name = "zfs-0.6.4-${kernel.version}";
···
./nix-build-git.patch
];
-
buildInputs = [ spl_git perl autoconf automake libtool zlib libuuid coreutils ];
# for zdb to get the rpath to libgcc_s, needed for pthread_cancel to work
NIX_CFLAGS_LINK = "-lgcc_s";
···
+
{ stdenv, fetchgit, kernel, spl_git, perl, python, autoconf, automake, libtool, zlib, libuuid, coreutils, utillinux }:
stdenv.mkDerivation {
name = "zfs-0.6.4-${kernel.version}";
···
./nix-build-git.patch
];
+
buildInputs = [ spl_git perl python autoconf automake libtool zlib libuuid coreutils ];
# for zdb to get the rpath to libgcc_s, needed for pthread_cancel to work
NIX_CFLAGS_LINK = "-lgcc_s";