mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
drumkv1: use Qt5's mkDerivation
This commit is contained in:
parent
14df7a478e
commit
5e6043b764
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libjack2, alsaLib, libsndfile, liblo, lv2, qt5 }:
|
{ mkDerivation, lib, fetchurl, pkgconfig, libjack2, alsaLib, libsndfile, liblo, lv2, qt5 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "drumkv1";
|
pname = "drumkv1";
|
||||||
version = "0.9.11";
|
version = "0.9.11";
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "An old-school drum-kit sampler synthesizer with stereo fx";
|
description = "An old-school drum-kit sampler synthesizer with stereo fx";
|
||||||
homepage = http://drumkv1.sourceforge.net/;
|
homepage = http://drumkv1.sourceforge.net/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
@ -22325,7 +22325,7 @@ in
|
|||||||
|
|
||||||
displaycal = (newScope pythonPackages) ../applications/graphics/displaycal {};
|
displaycal = (newScope pythonPackages) ../applications/graphics/displaycal {};
|
||||||
|
|
||||||
drumkv1 = callPackage ../applications/audio/drumkv1 { };
|
drumkv1 = libsForQt5.callPackage ../applications/audio/drumkv1 { };
|
||||||
|
|
||||||
duckmarines = callPackage ../games/duckmarines { love = love_0_10; };
|
duckmarines = callPackage ../games/duckmarines { love = love_0_10; };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user