summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/libksysguard
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-09-27 03:00:23 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-10-24 23:48:49 +0300
commitfd29f6685f47d5b114156fec4493f5e40adf7e1a (patch)
treed20d7a57f619865b1c3166dac38a2be6e31ef0c2 /pkgs/desktops/plasma-5/libksysguard
parent2fd11b762f0ae55a1f2879672d0e6688b4c24d61 (diff)
downloadnixlib-fd29f6685f47d5b114156fec4493f5e40adf7e1a.tar
nixlib-fd29f6685f47d5b114156fec4493f5e40adf7e1a.tar.gz
nixlib-fd29f6685f47d5b114156fec4493f5e40adf7e1a.tar.bz2
nixlib-fd29f6685f47d5b114156fec4493f5e40adf7e1a.tar.lz
nixlib-fd29f6685f47d5b114156fec4493f5e40adf7e1a.tar.xz
nixlib-fd29f6685f47d5b114156fec4493f5e40adf7e1a.tar.zst
nixlib-fd29f6685f47d5b114156fec4493f5e40adf7e1a.zip
qt5, plasma-5: Make 'bin' output the first one
Stay consistent with other multiple output packages.
Diffstat (limited to 'pkgs/desktops/plasma-5/libksysguard')
-rw-r--r--pkgs/desktops/plasma-5/libksysguard/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/libksysguard/default.nix b/pkgs/desktops/plasma-5/libksysguard/default.nix
index 4e88cd3df0e7..0f9fe40d73c3 100644
--- a/pkgs/desktops/plasma-5/libksysguard/default.nix
+++ b/pkgs/desktops/plasma-5/libksysguard/default.nix
@@ -17,5 +17,5 @@ mkDerivation {
     kcoreaddons kservice kwidgetsaddons plasma-framework qtscript qtx11extras
     qtwebkit
   ];
-  outputs = [ "out" "dev" "bin" ];
+  outputs = [ "bin" "dev" "out" ];
 }