From 307f7efcc9aa0ba7d988b30544b97894195000ea Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 31 Aug 2016 12:32:58 +0300 Subject: [PATCH] pinentry: Fix dev reference to qtbase --- pkgs/tools/security/pinentry/qt5.nix | 4 ++-- 1 file 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 = [