pkgs/wetter: rename pkg-config
This commit is contained in:
parent
d39e2b94d8
commit
89163d4cf3
@ -6,6 +6,6 @@ self: super: {
|
||||
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
|
||||
uptimestatus = self.python3.pkgs.callPackage ./uptimestatus {};
|
||||
wetter = self.python3.pkgs.callPackage ./wetter {
|
||||
inherit (self) pkgconfig libsass;
|
||||
inherit (self) pkg-config libsass;
|
||||
};
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user