1
0

pkgs/wetter: rename pkg-config

This commit is contained in:
2022-10-02 16:50:31 +02:00
parent d39e2b94d8
commit 89163d4cf3
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
};
}