Merge pull request #62094 from rvolosatovs/fix/gopass

gopass: Use latest buildGoPackage
This commit is contained in:
Mario Rodas 2019-05-26 18:00:53 -05:00 committed by GitHub
commit 7f09bd65d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -808,9 +808,7 @@ in
asc-key-to-qr-code-gif = callPackage ../tools/security/asc-key-to-qr-code-gif { };
gopass = callPackage ../tools/security/gopass {
buildGoPackage = buildGo110Package;
};
gopass = callPackage ../tools/security/gopass { };
browserpass = callPackage ../tools/security/browserpass { };