Fix more evaluation errors on Hydra.

This commit is contained in:
Peter Simons
2013-12-11 12:08:12 +01:00
parent db426d4601
commit 900786ab37
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
license = "LGPLv2+";
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
hydraPlatforms = stdenv.lib.platforms.linux;
maintainers = [ ];
};
}