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