mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
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";
|
||||
pname = "OPL3BankEditor";
|
||||
|
||||
|
|
Loading…
Reference in a new issue