jhc: enable Hydra build on Linux
This commit is contained in:
parent
c94595f13b
commit
4610d8b81a
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
stdenv, fetchurl, perl, ghc, binary, zlib, utf8String, readline, fgl,
|
stdenv, fetchurl, perl, ghc, binary, zlib, utf8String, readline, fgl,
|
||||||
regexCompat, HsSyck, random
|
regexCompat, HsSyck, random
|
||||||
}:
|
}:
|
||||||
@ -19,11 +19,12 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = ''
|
homepage = "http://repetae.net/computer/jhc/";
|
||||||
A Haskell compiler which aims to produce the most efficient programs
|
description = "A Haskell compiler which aims to produce the most efficient programs";
|
||||||
'';
|
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.aforemny ];
|
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.aforemny stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user