Fix a lots of evaluation errors on Hydra.

This commit is contained in:
Peter Simons
2013-12-10 23:20:23 +01:00
parent 6cd149f2a9
commit 48f24712dc
14 changed files with 18 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ cabal.mkDerivation (self: {
homepage = "https://github.com/toothbrush/hfuse";
description = "HFuse is a binding for the Linux FUSE library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
platforms = self.stdenv.lib.platforms.linux;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View File

@@ -10,6 +10,6 @@ cabal.mkDerivation (self: {
homepage = "http://www.haskell.org/haskellwiki/ALSA";
description = "Binding to the ALSA Library API (Exceptions)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
platforms = self.stdenv.lib.platforms.linux;
};
})

View File

@@ -16,6 +16,6 @@ cabal.mkDerivation (self: {
homepage = "http://www.haskell.org/haskellwiki/ALSA";
description = "Binding to the ALSA Library API (PCM audio)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
platforms = self.stdenv.lib.platforms.linux;
};
})

View File

@@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
description = "Extras to interface Gloss and Accelerate";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})

View File

@@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
description = "Parallel rendering of raster images using Accelerate";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})