- add back the plaform, as it is permitted to distribute the binary kernel modules. See https://github.com/NixOS/nixpkgs/pull/145

This commit is contained in:
Jack Cummings
2012-11-15 07:41:11 +01:00
committed by David Guibert
parent 2dd60084f8
commit b999698440
+1
View File
@@ -37,6 +37,7 @@ stdenv.mkDerivation {
'';
homepage = http://zfsonlinux.org/;
license = stdenv.lib.licenses.cddl;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ jcumming ];
};
}