Try appeasing Hydra with correct platform specification outside of assert
svn path=/nixpkgs/trunk/; revision=22922
This commit is contained in:
parent
e24d7319d4
commit
1cf7460522
@ -8,6 +8,7 @@ let
|
||||
];
|
||||
in
|
||||
|
||||
(
|
||||
assert a.stdenv ? gcc ;
|
||||
assert a.stdenv.gcc ? gcc ;
|
||||
assert a.stdenv.gcc ? libc ;
|
||||
@ -45,13 +46,13 @@ rec {
|
||||
/* doConfigure should be removed if not needed */
|
||||
phaseNames = ["setVars" "doUnpack" "preBuild"
|
||||
"doConfigure" "doMakeInstall"];
|
||||
|
||||
}) // {
|
||||
meta = {
|
||||
description = "GNU Common Lisp compiler working via GCC";
|
||||
maintainers = [
|
||||
a.lib.maintainers.raskin
|
||||
];
|
||||
platforms = with a.lib.platforms;
|
||||
all;
|
||||
linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user