Fix a bunch of Hydra evaluation errors

This commit is contained in:
Eelco Dolstra
2013-10-07 17:36:47 +02:00
parent 9faba5f073
commit 2147a07938
16 changed files with 24 additions and 15 deletions
+1 -2
View File
@@ -14,7 +14,6 @@ stdenv.mkDerivation {
description = "WYSIWYG PostScript annotator";
homepage = "http://http://flpsed.org/flpsed.html";
license = "GPLv3";
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.mesaPlatforms;
};
}