1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

cutemaze: use qt5's mkDerivation

This commit is contained in:
Marek Mahut 2019-08-18 10:14:38 +02:00
parent a52cab84f0
commit 43fcb94fcc

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, qmake, qttools, qtsvg }:
{ stdenv, fetchurl, qmake, qttools, qtsvg, mkDerivation }:
stdenv.mkDerivation rec {
mkDerivation rec {
name = "cutemaze-${version}";
version = "1.2.5";