release-small: Don't attempt to access "dbus.libs", etc., don't exist
dbus_libs and others do, but they're deprecated. Just build 'dbus', these are now its various outputs.
This commit is contained in:
parent
6887a0fc9a
commit
5911b8d415
@ -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