* Filter out the meta attribute.
svn path=/nixpkgs/trunk/; revision=5091
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
langCC = if nativeTools then true else gcc.langCC;
|
||||
langF77 = if nativeTools then false else gcc.langF77;
|
||||
shell = if shell == "" then stdenv.shell else shell;
|
||||
meta = if gcc != null then gcc.meta else
|
||||
meta = if gcc != null && (gcc ? meta) then gcc.meta else
|
||||
{ description = "System C compiler wrapper";
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user