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"; homepage = "https://github.com/toothbrush/hfuse";
description = "HFuse is a binding for the Linux FUSE library"; description = "HFuse is a binding for the Linux FUSE library";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.stdenv.lib.platforms.linux;
maintainers = [ self.stdenv.lib.maintainers.andres ]; maintainers = [ self.stdenv.lib.maintainers.andres ];
}; };
}) })

View File

@ -10,6 +10,6 @@ cabal.mkDerivation (self: {
homepage = "http://www.haskell.org/haskellwiki/ALSA"; homepage = "http://www.haskell.org/haskellwiki/ALSA";
description = "Binding to the ALSA Library API (Exceptions)"; description = "Binding to the ALSA Library API (Exceptions)";
license = self.stdenv.lib.licenses.bsd3; 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"; homepage = "http://www.haskell.org/haskellwiki/ALSA";
description = "Binding to the ALSA Library API (PCM audio)"; description = "Binding to the ALSA Library API (PCM audio)";
license = self.stdenv.lib.licenses.bsd3; 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"; description = "Extras to interface Gloss and Accelerate";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; 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"; description = "Parallel rendering of raster images using Accelerate";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
}; };
}) })

View File

@ -2,17 +2,17 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "imlib2-1.4.5"; name = "imlib2-1.4.5";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/enlightenment/${name}.tar.bz2"; url = "mirror://sourceforge/enlightenment/${name}.tar.bz2";
sha256 = "0nllbhf8vfwdm40z35yj27n83k2mjf5vbd62khad4f0qjf9hsw14"; sha256 = "0nllbhf8vfwdm40z35yj27n83k2mjf5vbd62khad4f0qjf9hsw14";
}; };
buildInputs = [ x11 libjpeg libtiff libungif libpng bzip2 ]; buildInputs = [ x11 libjpeg libtiff libungif libpng bzip2 ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
meta = { meta = {
platforms = stdenv.lib.platforms.gnu; # random choice hydraPlatforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
and parse JSON formatted strings back into the C representation of JSON and parse JSON formatted strings back into the C representation of JSON
objects. objects.
''; '';
platforms = platforms.linux; hydraPlatforms = platforms.linux;
}; };
} }

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://www.libmng.com; homepage = http://www.libmng.com;
license = "zlib/libpng"; license = "zlib/libpng";
maintainers = with stdenv.lib.maintainers; [ marcweber urkud ]; maintainers = with stdenv.lib.maintainers; [ marcweber urkud ];
platforms = stdenv.lib.platforms.linux; hydraPlatforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
license = "LGPLv2+"; license = "LGPLv2+";
maintainers = with stdenv.lib.maintainers; [ raskin urkud ]; maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; hydraPlatforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
}; };
} }

View File

@ -14,11 +14,10 @@ stdenv.mkDerivation rec {
preConfigure = ''sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk''; preConfigure = ''sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk'';
meta = { meta = {
description = "Extremely fast and small background setter for X"; description = "Extremely fast and small background setter for X";
license = "MIT"; license = "MIT";
platforms = with stdenv.lib.platforms; all; hydraPlatforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [pSub]; maintainers = with stdenv.lib.maintainers; [pSub];
}; };
} }

View File

@ -55,7 +55,6 @@ stdenv.mkDerivation {
Capable of doing *fast* incremental backups of virtual machine images. Capable of doing *fast* incremental backups of virtual machine images.
''; '';
maintainers = [ stdenv.lib.maintainers.simons ]; hydraPlatforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation {
while timeouts occur on some connections. while timeouts occur on some connections.
''; '';
platforms = stdenv.lib.platforms.unix; hydraPlatforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = [ stdenv.lib.maintainers.simons ];
}; };
} }

View File

@ -257,7 +257,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "http://www.methods.co.nz/asciidoc/"; homepage = "http://www.methods.co.nz/asciidoc/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux ++ [ "x86_64-darwin" ]; hydraPlatforms = platforms.linux;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];
}; };
} }

View File

@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
description = "Preprocessor for typesetting Haskell sources with LaTeX"; description = "Preprocessor for typesetting Haskell sources with LaTeX";
license = "GPL"; license = "GPL";
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.linux;
maintainers = [ self.stdenv.lib.maintainers.andres ]; maintainers = [ self.stdenv.lib.maintainers.andres ];
}; };
}) })