3
0
Fork 0
forked from mirrors/nixpkgs

all-packages.nix: Fix evaluation error for zfs

Regression introduced by 2799a94963.

Attribute zfsStable and zfsUnstable are now gone for the package
expression itself.

The mentioned commit however only changed the reference in
all-packages.nix for the kernel module, but not the userland package.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @globin
This commit is contained in:
aszlig 2017-07-27 21:11:15 +02:00
parent 63d7b6ee29
commit 664bbed412
No known key found for this signature in database
GPG key ID: 1DE8E48E57DB5436

View file

@ -12796,11 +12796,9 @@ with pkgs;
zd1211fw = callPackage ../os-specific/linux/firmware/zd1211 { };
inherit (callPackage ../os-specific/linux/zfs {
zfs = callPackage ../os-specific/linux/zfs {
configFile = "user";
}) zfsStable zfsUnstable;
zfs = zfsStable;
};
### DATA