3
0
Fork 0
forked from mirrors/nixpkgs

Merge #33811: nixpkgs release-small: fix evaluation

This commit is contained in:
Vladimír Čunát 2018-01-16 21:09:50 +01:00
commit 03c6be8654
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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;
};
} )) } ))