From 71b14fb52eb987050ce181b55173ae5352f8aa22 Mon Sep 17 00:00:00 2001 From: Benedikt Tissot Date: Sun, 28 Feb 2021 18:13:50 +0100 Subject: [PATCH] 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