Skip to content

Commit

Permalink
Merge pull request #65147 from magnetophon/x42-plugins
Browse files Browse the repository at this point in the history
x42-plugins: 20190206 -> 20190714
  • Loading branch information
mmahut authored Aug 12, 2019
2 parents 129bf57 + dbbea82 commit 7115780
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/audio/x42-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
, libGLU, lv2, gtk2, cairo, pango, fftwFloat, zita-convolver }:

stdenv.mkDerivation rec {
version = "20190206";
version = "20190714";
name = "x42-plugins-${version}";

src = fetchurl {
url = "https://gareus.org/misc/x42-plugins/${name}.tar.xz";
sha256 = "0rsp8lm8zr20l410whr98d61401rkphgpl8llbn5p2wsiw0q9aqd";
sha256 = "1mifmdy9pi1lg0h4nsvyjjnnni41vhgg34lks94mrx46wq90bgx4";
};

nativeBuildInputs = [ pkgconfig ];
Expand All @@ -26,6 +26,8 @@ stdenv.mkDerivation rec {

patchPhase = ''
patchShebangs ./stepseq.lv2/gridgen.sh
patchShebangs ./matrixmixer.lv2/genttl.sh #TODO: remove at next update, see https://github.com/x42/matrixmixer.lv2/issues/2
patchShebangs ./matrixmixer.lv2/genhead.sh #TODO: remove at next update, see https://github.com/x42/matrixmixer.lv2/issues/2
sed -i 's|/usr/include/zita-convolver.h|${zita-convolver}/include/zita-convolver.h|g' ./convoLV2/Makefile
'';

Expand Down

0 comments on commit 7115780

Please sign in to comment.