12 # this was to only usable url I could find:
13 # - The main url changes hash: http://pure-data.cvs.sourceforge.net/viewvc/pure-data/externals/mrpeach/?view=tar
14 # - There are lot's of places where this SW is available as part of a big pkg: pd-extended, pd-l2ork
18 url = "http://slackonly.com/pub/korgie/sources/pd_mrpeach-2011.10.21.tar.gz";
19 sha256 = "12jqba3jsdrk20ib9wc2wiivki88ypcd4mkzgsri9siywbbz9w8x";
22 buildInputs = [ puredata ];
24 hardeningDisable = [ "format" ];
29 sed -i "s@prefix = /usr/local@prefix = $out@g" $D/Makefile
30 for i in ${puredata}/include/pd/*; do
59 mv $out/lib/pd-externals/net $out
60 mv $out/lib/pd-externals/osc $out
65 description = "Collection of Pd objectclasses for OSC-messages";
66 homepage = "http://puredata.info/downloads/osc";
67 license = lib.licenses.gpl2;
68 maintainers = [ lib.maintainers.magnetophon ];
69 platforms = lib.platforms.linux;