opl3bankeditor, opn2bankeditor: use qt5's mkDerivation
This commit is contained in:
parent
a79ceed974
commit
bbf1f5cfd0
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, qttools, alsaLib }:
|
{ stdenv, mkDerivation, fetchFromGitHub, cmake, qttools, alsaLib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
version = "1.5";
|
version = "1.5";
|
||||||
pname = "OPL3BankEditor";
|
pname = "OPL3BankEditor";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user