forked from mirrors/nixpkgs
Fixed ladspa-plugins typo
svn path=/nixpkgs/trunk/; revision=10215
This commit is contained in:
parent
bc46eaf404
commit
ac4254456e
|
@ -7,7 +7,7 @@ args: with args;
|
|||
};
|
||||
buildInputs = [fftw ladspaH pkgconfig];
|
||||
configureFlags = [];
|
||||
} null);
|
||||
} null;
|
||||
in with localDefs;
|
||||
let
|
||||
postInstall = FullDepEntry ("
|
||||
|
|
Loading…
Reference in a new issue