Merge pull request #60389 from Infinisil/update/calf
calf: 0.90.0 -> 0.90.2
This commit is contained in:
commit
f4e3ceed7f
@ -3,21 +3,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "calf-${version}";
|
name = "calf-${version}";
|
||||||
version = "0.90.0";
|
version = "0.90.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://calf-studio-gear.org/files/${name}.tar.gz";
|
url = "https://calf-studio-gear.org/files/${name}.tar.gz";
|
||||||
sha256 = "0dijv2j7vlp76l10s4v8gbav26ibaqk8s24ci74vrc398xy00cib";
|
sha256 = "0bn4j1klw2yfxz8clbmasaydifq25rdfsv0n6iisxrzcj1lx7sgh";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
enableParallelBuilding = true;
|
||||||
# Fix memory leak in limiter
|
|
||||||
# https://github.com/flathub/com.github.wwmm.pulseeffects/issues/12
|
|
||||||
(fetchpatch {
|
|
||||||
url = https://github.com/calf-studio-gear/calf/commit/7afdefc0d0489a6227fd10f15843d81dc82afd62.patch;
|
|
||||||
sha256 = "056662iw6hp4ykwk4jyrzg5yarcn17ni97yc060y5kcnzy29ddg6";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cairo expat fftwSinglePrec fluidsynth glib gtk2 libjack2 ladspaH
|
cairo expat fftwSinglePrec fluidsynth glib gtk2 libjack2 ladspaH
|
||||||
|
Loading…
Reference in New Issue
Block a user