aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-01-12 18:06:53 -0600
committerWill Dietz <w@wdtz.org>2018-01-12 18:06:53 -0600
commit5911b8d41593d3958585d43812945481d2672f57 (patch)
tree124e22920ff29decd9e0e6efc88b20533790a899 /pkgs/top-level/release-small.nix
parent6887a0fc9a802331a2d77b499f9692548899c84c (diff)
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.
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 8e95bdd92314..391d79e47f18 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -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;
- };
-
} ))