mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
browserpass: Fix evaluation
When I backported https://github.com/NixOS/nixpkgs/pull/58639 to 18.09, I didn't realize that buildGoPackage still required the `name` attribute. Thanks to @primeos for notifying me of this.
This commit is contained in:
@@ -7,6 +7,7 @@ let
|
||||
# folder
|
||||
v2 = callPackage ./2.nix {};
|
||||
in buildGoPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "browserpass";
|
||||
version = "3.0.1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user