mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
imgproxy: fix strict deps build
This commit is contained in:
parent
f288afefc1
commit
f545f92f72
|
@ -13,11 +13,9 @@ buildGoModule rec {
|
|||
|
||||
modSha256 = "0kgd8lwcdns3skvd4bj4z85mq6hkk79mb0zzwky0wqxni8f73s6w";
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
pkg-config
|
||||
vips
|
||||
];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ gobject-introspection vips ];
|
||||
|
||||
preBuild = ''
|
||||
export CGO_LDFLAGS_ALLOW='-(s|w)'
|
||||
|
|
Loading…
Reference in a new issue