Don't need NIX_CFLAGS_COMPILE in spl build anymore, consolodate zfs patches.

This commit is contained in:
Jack Cummings
2013-04-06 00:06:27 -07:00
parent d1cb67a629
commit 4c37edd6f3
5 changed files with 1 additions and 98 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "1ykph9d4p70mam6lvcx0zld6d34gch15dsilds5ncbxh0m52knl0";
};
patches = [ ./mount_zfs_prefix.patch ./kerneldir_path.patch ];
patches = [ ./mount_zfs_prefix.patch ./nix-build.patch ];
buildInputs = [ kernelDev spl perl autoconf automake libtool zlib libuuid coreutils ];