nix: pkg-config is required for docker image
This commit is contained in:
parent
b0ecc8060c
commit
2673c183a5
1 changed files with 4 additions and 4 deletions
|
|
@ -84,10 +84,10 @@
|
||||||
pkgs.libiconv
|
pkgs.libiconv
|
||||||
];
|
];
|
||||||
|
|
||||||
# nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
# # Add extra native build inputs here, etc.
|
# Add extra native build inputs here, etc.
|
||||||
# pkg-config
|
pkg-config
|
||||||
# ];
|
];
|
||||||
|
|
||||||
} // metadata;
|
} // metadata;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue