opl3bankeditor, opn2bankeditor: use qt5's mkDerivation

This commit is contained in:
gnidorah
2019-08-19 08:04:51 +02:00
committed by Bjørn Forsman
parent a79ceed974
commit bbf1f5cfd0
+2 -2
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, qttools, alsaLib }:
{ stdenv, mkDerivation, fetchFromGitHub, cmake, qttools, alsaLib }:
stdenv.mkDerivation rec {
mkDerivation rec {
version = "1.5";
pname = "OPL3BankEditor";