mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
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 New Issue
Block a user