mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 23:07:36 +03:00
browsh: fix build with strict deps enabled
This commit is contained in:
parent
831ed29331
commit
e77dca6ca8
@ -26,7 +26,7 @@ in buildGoPackage rec {
|
|||||||
sha256 = "0gvf5k1gm81xxg7ha309kgfkgl5357dli0fbc4z01rmfgbl0rfa0";
|
sha256 = "0gvf5k1gm81xxg7ha309kgfkgl5357dli0fbc4z01rmfgbl0rfa0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ go-bindata ];
|
nativeBuildInputs = [ go-bindata ];
|
||||||
|
|
||||||
# embed the web extension in a go file and place it where it's supposed to
|
# embed the web extension in a go file and place it where it's supposed to
|
||||||
# be. See
|
# be. See
|
||||||
|
Loading…
Reference in New Issue
Block a user