all-packages.nix: Fix evaluation error for zfs
Regression introduced by 2799a94963aaf37f059b5ed4c0d2b0cf98ba445e. 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:
parent
63d7b6ee29
commit
664bbed412
@ -12796,11 +12796,9 @@ with pkgs;
|
|||||||
|
|
||||||
zd1211fw = callPackage ../os-specific/linux/firmware/zd1211 { };
|
zd1211fw = callPackage ../os-specific/linux/firmware/zd1211 { };
|
||||||
|
|
||||||
inherit (callPackage ../os-specific/linux/zfs {
|
zfs = callPackage ../os-specific/linux/zfs {
|
||||||
configFile = "user";
|
configFile = "user";
|
||||||
}) zfsStable zfsUnstable;
|
};
|
||||||
|
|
||||||
zfs = zfsStable;
|
|
||||||
|
|
||||||
### DATA
|
### DATA
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user