Update vendor hash and add pkg-config for building chromedp
This commit is contained in:
parent
18c827ab90
commit
079bc6f93c
1 changed files with 2 additions and 2 deletions
|
|
@ -9,9 +9,9 @@ pkgs.buildGoModule rec {
|
|||
subPackages = [];
|
||||
version = "0.0.11";
|
||||
# Needs to be updated after every modification of go.mod/go.sum
|
||||
vendorHash = "sha256-FLK/CiaAzci3mhurtrTpTb87DCgCu4jn7cUajJfY3cs=";
|
||||
vendorHash = "sha256-aVj7uMzA9mMKxsGwTIOAK1UNVp6xTqkDjx1reyySJgQ=";
|
||||
|
||||
nativeBuildInputs = [ pkgs.dart-sass ];
|
||||
nativeBuildInputs = [ pkgs.dart-sass pkgs.pkg-config ];
|
||||
|
||||
preBuild = ''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue