From 540c6fb9c4bb8307bade7c119f48f3c0670e0988 Mon Sep 17 00:00:00 2001 From: Benedikt Tissot Date: Sun, 28 Feb 2021 18:12:55 +0100 Subject: [PATCH 1/3] git-credential-gopass: remove redundant platforms --- pkgs/tools/security/gopass/git-credential.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/security/gopass/git-credential.nix b/pkgs/tools/security/gopass/git-credential.nix index e4c1d8c9ac7..fb0da2c1a09 100644 --- a/pkgs/tools/security/gopass/git-credential.nix +++ b/pkgs/tools/security/gopass/git-credential.nix @@ -37,6 +37,5 @@ buildGoModule rec { homepage = "https://github.com/gopasspw/git-credential-gopass"; license = licenses.mit; maintainers = with maintainers; [ benneti ]; - platforms = platforms.unix; }; } From 71b14fb52eb987050ce181b55173ae5352f8aa22 Mon Sep 17 00:00:00 2001 From: Benedikt Tissot Date: Sun, 28 Feb 2021 18:13:50 +0100 Subject: [PATCH 2/3] gopass: remove redundant platforms --- pkgs/tools/security/gopass/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/security/gopass/default.nix b/pkgs/tools/security/gopass/default.nix index 9f6a65962ff..0ffcad117f4 100644 --- a/pkgs/tools/security/gopass/default.nix +++ b/pkgs/tools/security/gopass/default.nix @@ -60,7 +60,6 @@ buildGoModule rec { license = licenses.mit; maintainers = with maintainers; [ andir rvolosatovs ]; changelog = "https://github.com/gopasspw/gopass/blob/v${version}/CHANGELOG.md"; - platforms = platforms.unix; longDescription = '' gopass is a rewrite of the pass password manager in Go with the aim of From 34bee7e8d8fa3cf3ed0e0fb67319121158e52afb Mon Sep 17 00:00:00 2001 From: Benedikt Tissot Date: Sun, 28 Feb 2021 18:14:02 +0100 Subject: [PATCH 3/3] gopass-jsonapi: remove redundant platforms --- pkgs/tools/security/gopass/jsonapi.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/security/gopass/jsonapi.nix b/pkgs/tools/security/gopass/jsonapi.nix index 5070cbe3f0d..e060adbf5bc 100644 --- a/pkgs/tools/security/gopass/jsonapi.nix +++ b/pkgs/tools/security/gopass/jsonapi.nix @@ -38,6 +38,5 @@ buildGoModule rec { homepage = "https://www.gopass.pw/"; license = licenses.mit; maintainers = with maintainers; [ maxhbr ]; - platforms = platforms.unix; }; }