pkgs/wetter: rename pkg-config
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
libsass,
|
||||
yarn2nix-moretea,
|
||||
nodejs,
|
||||
pkgconfig,
|
||||
pkg-config,
|
||||
pkgs,
|
||||
psycopg2,
|
||||
python3,
|
||||
@@ -34,7 +34,7 @@ let
|
||||
|
||||
/* build native node-sass extensions */
|
||||
pkgConfig.node-sass = {
|
||||
buildInputs = [ python3 libsass pkgconfig ];
|
||||
buildInputs = [ python3 libsass pkg-config ];
|
||||
postInstall = ''
|
||||
export npm_config_nodedir=${nodejs}
|
||||
LIBSASS_EXT=auto yarn --offline run build
|
||||
|
Reference in New Issue
Block a user