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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user