Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)

This commit is contained in:
Freezeboy
2019-02-18 10:56:58 +01:00
committed by freezeboy
parent b75eab88bd
commit 8f87a61de2
73 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ perlPackages.buildPerlPackage rec {
description = "Real-time logfile analyzer to get advanced statistics";
homepage = http://awstats.org;
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}
@@ -19,6 +19,6 @@ buildGoPackage rec {
description = "Export entries from systemd's journal and send them to a graylog server using gelf";
license = licenses.bsd2;
maintainers = with maintainers; [ fadenb fpletz globin ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}