* Got rid of all --disable-static flags; they're redundant now.
* Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ilbc-rfc3951";
|
||||
|
||||
@@ -12,6 +13,4 @@ stdenv.mkDerivation {
|
||||
phases = "unpackPhase installPhase";
|
||||
installPhase = "cp ilbc-rfc3951.tar.gz \${out}";
|
||||
};
|
||||
|
||||
configureFlags = "--enable-shared --disable-static";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user