mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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;
|
||||
cron = linux;
|
||||
cups = linux;
|
||||
dbus = linux;
|
||||
dhcp = linux;
|
||||
diffutils = all;
|
||||
e2fsprogs = linux;
|
||||
@ -174,10 +175,4 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
||||
zile = linux;
|
||||
zip = all;
|
||||
|
||||
dbus = {
|
||||
libs = linux;
|
||||
daemon = linux;
|
||||
tools = linux;
|
||||
};
|
||||
|
||||
} ))
|
||||
|
Loading…
Reference in New Issue
Block a user