Skip to content

Commit

Permalink
browserpass: Fix evaluation
Browse files Browse the repository at this point in the history
When I backported #58639 to 18.09,
I didn't realize that buildGoPackage still required the `name`
attribute. Thanks to @primeos for notifying me of this.
  • Loading branch information
infinisil committed Apr 2, 2019
1 parent e2a1fd1 commit 58fbebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/security/browserpass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let
# folder
v2 = callPackage ./2.nix {};
in buildGoPackage rec {
name = "${pname}-${version}";
pname = "browserpass";
version = "3.0.1";

Expand Down

0 comments on commit 58fbebc

Please sign in to comment.