summary refs log tree commit diff
path: root/pkgs/tools/security/pinentry
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-31 12:32:58 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-31 12:32:58 +0300
commit307f7efcc9aa0ba7d988b30544b97894195000ea (patch)
tree3772855cc5938ce9f05f4735dff37932e55bf756 /pkgs/tools/security/pinentry
parentfeed8beb47632318e4d309f8269df06daaa7689e (diff)
downloadnixlib-307f7efcc9aa0ba7d988b30544b97894195000ea.tar
nixlib-307f7efcc9aa0ba7d988b30544b97894195000ea.tar.gz
nixlib-307f7efcc9aa0ba7d988b30544b97894195000ea.tar.bz2
nixlib-307f7efcc9aa0ba7d988b30544b97894195000ea.tar.lz
nixlib-307f7efcc9aa0ba7d988b30544b97894195000ea.tar.xz
nixlib-307f7efcc9aa0ba7d988b30544b97894195000ea.tar.zst
nixlib-307f7efcc9aa0ba7d988b30544b97894195000ea.zip
pinentry: Fix dev reference to qtbase
Diffstat (limited to 'pkgs/tools/security/pinentry')
-rw-r--r--pkgs/tools/security/pinentry/qt5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pinentry/qt5.nix b/pkgs/tools/security/pinentry/qt5.nix
index d0811cdd11af..18648633a097 100644
--- a/pkgs/tools/security/pinentry/qt5.nix
+++ b/pkgs/tools/security/pinentry/qt5.nix
@@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
 
   # configure cannot find moc on its own
   preConfigure = ''
-    export QTDIR="${qtbase}"
-    export MOC="${qtbase}/bin/moc"
+    export QTDIR="${qtbase.dev}"
+    export MOC="${qtbase.dev}/bin/moc"
   '';
 
   configureFlags = [