summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-06-28 08:26:34 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-06-28 08:26:34 +0200
commit08882c4700c4f954b616116600d7c13e7f965a63 (patch)
tree3cd00619728255c182e3445c092af3795f274c9b /pkgs/top-level/release-small.nix
parentaf53fd451f89213c1ecb92ff153c9e8a2d3feaac (diff)
downloadnixlib-08882c4700c4f954b616116600d7c13e7f965a63.tar
nixlib-08882c4700c4f954b616116600d7c13e7f965a63.tar.gz
nixlib-08882c4700c4f954b616116600d7c13e7f965a63.tar.bz2
nixlib-08882c4700c4f954b616116600d7c13e7f965a63.tar.lz
nixlib-08882c4700c4f954b616116600d7c13e7f965a63.tar.xz
nixlib-08882c4700c4f954b616116600d7c13e7f965a63.tar.zst
nixlib-08882c4700c4f954b616116600d7c13e7f965a63.zip
release-small: fix bad attr dbus_all
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 253d5a1bec70..f50b373cb484 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -198,7 +198,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
   zile = linux;
   zip = all;
 
-  dbus_all = {
+  dbus = {
     libs = linux;
     daemon = linux;
     tools = linux;