opl3bankeditor, opn2bankeditor: use qt5's mkDerivation

This commit is contained in:
gnidorah 2019-08-13 07:31:05 +03:00 committed by Bjørn Forsman
parent a79ceed974
commit bbf1f5cfd0

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";