qt-box-editor: use qt5's mkDerivation

gstqt5
Martin Milata 2020-04-07 22:32:47 +02:00
parent 4ee9179a11
commit cc8d12118c
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{ stdenv { mkDerivation
, stdenv
, fetchFromGitHub , fetchFromGitHub
, qtbase , qtbase
, qtsvg , qtsvg
@ -7,7 +8,7 @@
, tesseract , tesseract
}: }:
stdenv.mkDerivation { mkDerivation {
pname = "qt-box-editor"; pname = "qt-box-editor";
version = "unstable-2019-07-12"; version = "unstable-2019-07-12";