From 3ad7d71afe3ab501f9da5424b9a8b73be230fc58 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sun, 9 Apr 2023 03:03:41 +0200 Subject: treewide: don't set platforms.unix for buildGoModule --- pkgs/tools/system/systemd-journal2gelf/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/tools/system/systemd-journal2gelf') diff --git a/pkgs/tools/system/systemd-journal2gelf/default.nix b/pkgs/tools/system/systemd-journal2gelf/default.nix index db8d1003cd3cf..21db5f5c72ff3 100644 --- a/pkgs/tools/system/systemd-journal2gelf/default.nix +++ b/pkgs/tools/system/systemd-journal2gelf/default.nix @@ -22,6 +22,5 @@ buildGoModule rec { homepage = "https://github.com/parse-nl/SystemdJournal2Gelf"; license = licenses.bsd2; maintainers = with maintainers; [ fadenb fpletz ]; - platforms = platforms.unix; }; } -- cgit 1.4.1