phototonic: use qt5's mkDerivation
This commit is contained in:
parent
2986699ab0
commit
606a15d9d8
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, qtbase, qmake, exiv2 }:
|
{ mkDerivation, stdenv, fetchFromGitHub, qtbase, qmake, exiv2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "phototonic";
|
pname = "phototonic";
|
||||||
version = "2.1";
|
version = "2.1";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user