about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/oxygen.nix
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/oxygen.nix
parent2fd11b762f0ae55a1f2879672d0e6688b4c24d61 (diff)
qt5, plasma-5: Make 'bin' output the first one
Stay consistent with other multiple output packages.
Diffstat (limited to 'pkgs/desktops/plasma-5/oxygen.nix')
-rw-r--r--pkgs/desktops/plasma-5/oxygen.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/oxygen.nix b/pkgs/desktops/plasma-5/oxygen.nix
index 97421191d9056..1b1f34f17b53e 100644
--- a/pkgs/desktops/plasma-5/oxygen.nix
+++ b/pkgs/desktops/plasma-5/oxygen.nix
@@ -14,5 +14,5 @@ mkDerivation {
     ki18n kservice kwayland kwidgetsaddons kwindowsystem qtdeclarative
     qtx11extras
   ];
-  outputs = [ "out" "dev" "bin" ];
+  outputs = [ "bin" "dev" "out" ];
 }