Skip to content

Commit

Permalink
photoqt: 1.3 -> 1.5.1
Browse files Browse the repository at this point in the history
related to #28643

(cherry picked from commit d83cadf)
  • Loading branch information
Mic92 committed Aug 31, 2017
1 parent 3e31d25 commit cc557ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions pkgs/applications/graphics/photoqt/default.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{ stdenv, fetchurl, cmake, exiv2, graphicsmagick
, qtbase, qtdeclarative, qtmultimedia, qtquickcontrols, qttools
{ stdenv, fetchurl, cmake, exiv2, graphicsmagick, libraw
, qtbase, qtdeclarative, qtmultimedia, qtquickcontrols, qttools, qtgraphicaleffects
}:

let
version = "1.3";
in
stdenv.mkDerivation rec {
name = "photoqt-${version}";
version = "1.5.1";

src = fetchurl {
url = "http://photoqt.org/pkgs/photoqt-${version}.tar.gz";
sha256 = "0j2kvxfb5pd9abciv161nkcsyam6n8kfqs8ymwj2mxiqflwbmfl1";
sha256 = "17kkpzkmzfnigs26jjyd75iy58qffjsclif81cmviq73lzmqy0b1";
};

nativeBuildInputs = [ cmake ];
buildInputs = [
qtbase qtquickcontrols qttools exiv2 graphicsmagick
qtmultimedia qtdeclarative
qtmultimedia qtdeclarative libraw qtgraphicaleffects
];

preConfigure = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15664,7 +15664,7 @@ with pkgs;

pflask = callPackage ../os-specific/linux/pflask {};

photoqt = libsForQt5.callPackage ../applications/graphics/photoqt { };
photoqt = libsForQt56.callPackage ../applications/graphics/photoqt { };

phototonic = libsForQt5.callPackage ../applications/graphics/phototonic { };

Expand Down

0 comments on commit cc557ec

Please sign in to comment.