phototonic: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:21:18 -06:00
parent 8bbbb31f3f
commit 3e6a70d974
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, qt5, exiv2 }:
{ stdenv, fetchFromGitHub, qtbase, exiv2 }:
stdenv.mkDerivation rec {
name = "phototonic-${version}";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "1agd3bsrpljd019qrjvlbim5l0bhpx53dhpc0gvyn0wmcdzn92gj";
};
buildInputs = [ qt5.base exiv2 ];
buildInputs = [ qtbase exiv2 ];
configurePhase = ''
sed -i 's;/usr;;' phototonic.pro

View file

@ -12751,7 +12751,7 @@ let
photoqt = qt5.callPackage ../applications/graphics/photoqt { };
phototonic = callPackage ../applications/graphics/phototonic { };
phototonic = qt5.callPackage ../applications/graphics/phototonic { };
pianobar = callPackage ../applications/audio/pianobar { };