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