Jamin: adjust to standard code conventions
This commit is contained in:
parent
024f3e8d29
commit
edd63763e1
@ -1,5 +1,6 @@
|
|||||||
{ stdenv, fetchurl, fftwFloat, gtk2, ladspaPlugins, libjack2, liblo, libxml2
|
{ stdenv, fetchurl, fftwFloat, gtk2, ladspaPlugins, libjack2, liblo, libxml2
|
||||||
, makeWrapper, pkgconfig, perl, perlXMLParser }:
|
, makeWrapper, pkgconfig, perl, perlXMLParser
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "jamin-0.95.0";
|
name = "jamin-0.95.0";
|
||||||
@ -9,8 +10,10 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0g5v74cm0q3p3pzl6xmnp4rqayaymfli7c6z8s78h9rgd24fwbvn";
|
sha256 = "0g5v74cm0q3p3pzl6xmnp4rqayaymfli7c6z8s78h9rgd24fwbvn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ fftwFloat gtk2 ladspaPlugins libjack2 liblo libxml2
|
buildInputs = [
|
||||||
pkgconfig perl perlXMLParser makeWrapper ];
|
fftwFloat gtk2 ladspaPlugins libjack2 liblo libxml2 pkgconfig perl
|
||||||
|
perlXMLParser makeWrapper
|
||||||
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/jamin --set LADSPA_PATH ${ladspaPlugins}/lib/ladspa
|
wrapProgram $out/bin/jamin --set LADSPA_PATH ${ladspaPlugins}/lib/ladspa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user