photoqt: fix breakage from qt infrastucture transition
This commit is contained in:
parent
d0e3cca04e
commit
0e55c43718
@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0j2kvxfb5pd9abciv161nkcsyam6n8kfqs8ymwj2mxiqflwbmfl1";
|
sha256 = "0j2kvxfb5pd9abciv161nkcsyam6n8kfqs8ymwj2mxiqflwbmfl1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake makeWrapper qtbase qttools exiv2 graphicsmagick ];
|
buildInputs = [
|
||||||
|
cmake makeWrapper qtbase qtquickcontrols qttools exiv2 graphicsmagick
|
||||||
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export MAGICK_LOCATION="${graphicsmagick}/include/GraphicsMagick"
|
export MAGICK_LOCATION="${graphicsmagick}/include/GraphicsMagick"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user