treewide: Make explicit that 'dev' output of poppler_qt4 is used
This commit is contained in:
committed by
Vladimír Čunát
parent
ebf6b3cd51
commit
a030794d06
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ qmake4Hook ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace diffpdf.pro --replace @@NIX_POPPLER_QT4@@ ${poppler_qt4}
|
||||
substituteInPlace diffpdf.pro --replace @@NIX_POPPLER_QT4@@ ${poppler_qt4.dev}
|
||||
lrelease diffpdf.pro
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user