Fix a lots of evaluation errors on Hydra.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user