phototonic: use qt5's mkDerivation

gstqt5
Martin Milata 2020-04-07 22:29:20 +02:00
parent 2986699ab0
commit 606a15d9d8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, qtbase, qmake, exiv2 }:
{ mkDerivation, stdenv, fetchFromGitHub, qtbase, qmake, exiv2 }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "phototonic";
version = "2.1";