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
|
||||
];
|
||||
|
||||
# nativeBuildInputs = with pkgs; [
|
||||
# # Add extra native build inputs here, etc.
|
||||
# pkg-config
|
||||
# ];
|
||||
nativeBuildInputs = with pkgs; [
|
||||
# Add extra native build inputs here, etc.
|
||||
pkg-config
|
||||
];
|
||||
|
||||
} // metadata;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue