jhc: enable Hydra build on Linux
This commit is contained in:
parent
c94595f13b
commit
4610d8b81a
@ -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…
Reference in New Issue
Block a user