treewide: Lots of meta.hydraPlatforms -> meta.platforms

In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
This commit is contained in:
Tuomas Tynkkynen
2016-08-02 21:17:44 +03:00
parent b96fe03484
commit 1bf5ded193
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
interfaces for other technical domains.
'';
hydraPlatforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
maintainers = with stdenv.lib.maintainers; [ bjornfor raskin ];
inherit version;
branch = "2.32";
+1 -1
View File
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
interfaces for other technical domains.
'';
hydraPlatforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
maintainers = with stdenv.lib.maintainers; [ bjornfor raskin ];
downloadPage = "http://www.graphviz.org/pub/graphviz/ARCHIVE/";
inherit version;