pulseeffects: 4.1.5 → 4.1.6
This commit is contained in:
parent
19fc061a13
commit
4a637dc004
1 changed files with 4 additions and 2 deletions
|
@ -23,6 +23,7 @@
|
||||||
, boost
|
, boost
|
||||||
, fftwFloat
|
, fftwFloat
|
||||||
, calf
|
, calf
|
||||||
|
, zita-convolver
|
||||||
, zam-plugins
|
, zam-plugins
|
||||||
, rubberband
|
, rubberband
|
||||||
, mda_lv2
|
, mda_lv2
|
||||||
|
@ -39,13 +40,13 @@ let
|
||||||
];
|
];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "pulseeffects-${version}";
|
name = "pulseeffects-${version}";
|
||||||
version = "4.1.5";
|
version = "4.1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wwmm";
|
owner = "wwmm";
|
||||||
repo = "pulseeffects";
|
repo = "pulseeffects";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1k5ibn4ilzhps91insvw07jd9x9yxhxl8pvfzgcm9ndvb8anifv4";
|
sha256 = "0fxd1rgf3l667gibd6brfrs8vkq6882w7jql871j5q5ynz1c9j46";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -73,6 +74,7 @@ in stdenv.mkDerivation rec {
|
||||||
libsndfile
|
libsndfile
|
||||||
boost
|
boost
|
||||||
fftwFloat
|
fftwFloat
|
||||||
|
zita-convolver
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue