mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
haskell-ghc-syb: don't build on Hydra
Requires GHC >= 6.10 aand < 6.14
This commit is contained in:
parent
686190da2e
commit
e8958e26b3
1 changed files with 1 additions and 0 deletions
|
@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
|
|||
description = "Data and Typeable instances for the GHC API";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue