- 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-10-16 20:29:23 -07:00 committed by David Guibert
parent 2dd60084f8
commit b999698440

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 ];
};
}