mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
photoqt: use qt5's mkDerivation
This commit is contained in:
parent
30fc528a6c
commit
787a7f6456
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchurl, cmake, exiv2, graphicsmagick, libraw, fetchpatch
|
{ mkDerivation, stdenv, fetchurl, cmake, exiv2, graphicsmagick, libraw, fetchpatch
|
||||||
, qtbase, qtdeclarative, qtmultimedia, qtquickcontrols, qttools, qtgraphicaleffects
|
, qtbase, qtdeclarative, qtmultimedia, qtquickcontrols, qttools, qtgraphicaleffects
|
||||||
, extra-cmake-modules, poppler, kimageformats, libarchive, libdevil
|
, extra-cmake-modules, poppler, kimageformats, libarchive, libdevil
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "photoqt";
|
pname = "photoqt";
|
||||||
version = "1.7.1";
|
version = "1.7.1";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user