From 7dc961b310f377e31850e38472afc729b3c3085b Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 19 May 2017 07:43:02 -0500 Subject: [PATCH] qttools: move runtime tools in postFixup --- pkgs/development/libraries/qt-5/5.8/qttools/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/qt-5/5.8/qttools/default.nix b/pkgs/development/libraries/qt-5/5.8/qttools/default.nix index 6c0f540e79b6..8c231271607c 100644 --- a/pkgs/development/libraries/qt-5/5.8/qttools/default.nix +++ b/pkgs/development/libraries/qt-5/5.8/qttools/default.nix @@ -7,7 +7,8 @@ qtSubmodule { qtInputs = [ qtbase ]; outputs = [ "out" "dev" "bin" ]; patches = copyPathsToStore (readPathsFromFile ./. ./series); - postInstall = '' + # qmake moves all binaries to $dev in preFixup + postFixup = '' moveToOutput "bin/qdbus" "$bin" moveToOutput "bin/qtpaths" "$bin" '';