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:
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}";
|
||||
version = "1.2.5";
|
||||
|
||||
|
|
Loading…
Reference in a new issue