forked from mirrors/nixpkgs
Merge #33811: nixpkgs release-small: fix evaluation
This commit is contained in:
commit
03c6be8654
|
@ -35,6 +35,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
||||||
cpio = all;
|
cpio = all;
|
||||||
cron = linux;
|
cron = linux;
|
||||||
cups = linux;
|
cups = linux;
|
||||||
|
dbus = linux;
|
||||||
dhcp = linux;
|
dhcp = linux;
|
||||||
diffutils = all;
|
diffutils = all;
|
||||||
e2fsprogs = linux;
|
e2fsprogs = linux;
|
||||||
|
@ -174,10 +175,4 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
||||||
zile = linux;
|
zile = linux;
|
||||||
zip = all;
|
zip = all;
|
||||||
|
|
||||||
dbus = {
|
|
||||||
libs = linux;
|
|
||||||
daemon = linux;
|
|
||||||
tools = linux;
|
|
||||||
};
|
|
||||||
|
|
||||||
} ))
|
} ))
|
||||||
|
|
Loading…
Reference in a new issue