From 44901407f0b10742cc7e267fe2e0277bff12a80a Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Thu, 4 Jan 2018 07:03:46 +0300 Subject: [PATCH] qtEnv: fix paths in qt.conf The shell variables from setup hook are not visible here, so instead substitute them from Nix side. --- pkgs/development/libraries/qt-5/qt-env.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/qt-5/qt-env.nix b/pkgs/development/libraries/qt-5/qt-env.nix index 728761689b4..49585f601d1 100644 --- a/pkgs/development/libraries/qt-5/qt-env.nix +++ b/pkgs/development/libraries/qt-5/qt-env.nix @@ -13,9 +13,9 @@ buildEnv { cat >"$out/bin/qt.conf" <