16 stdenv.mkDerivation rec {
17 pname = "industrializer";
20 url = "mirror://sourceforge/project/${pname}/ps${pname}-${version}.tar.xz";
21 sha256 = "0k688k2wppam351by7cp9m7an09yligzd89padr8viqy63gkdk6v";
24 nativeBuildInputs = [ pkg-config autoconf automake ];
37 preConfigure = "./autogen.sh";
40 description = "This program generates synthesized percussion sounds using physical modelling";
42 The range of sounds possible include but is not limited to cymbal sounds, metallic noises, bubbly sounds, and chimes.
43 After a sound is rendered, it can be played and then saved to a .WAV file.
45 homepage = "https://sourceforge.net/projects/industrializer/";
46 license = lib.licenses.gpl2Plus;
47 maintainers = [ lib.maintainers.magnetophon ];
48 platforms = lib.platforms.linux;
49 mainProgram = "psindustrializer";