mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
phototonic: Qt 5 infrastructure update
This commit is contained in:
parent
8bbbb31f3f
commit
3e6a70d974
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user