cutemaze: use qt5's mkDerivation
This commit is contained in:
parent
a52cab84f0
commit
43fcb94fcc
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, qmake, qttools, qtsvg }:
|
{ stdenv, fetchurl, qmake, qttools, qtsvg, mkDerivation }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
name = "cutemaze-${version}";
|
name = "cutemaze-${version}";
|
||||||
version = "1.2.5";
|
version = "1.2.5";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user