Merge pull request #244153 from SuperSandro2000/graphite-cli

graphite-cli: fix build
This commit is contained in:
Sandro
2023-07-19 21:02:07 +02:00
committed by GitHub
+2 -1
View File
@@ -188,7 +188,8 @@ final: prev: {
graphite-cli = prev."@withgraphite/graphite-cli".override {
name = "graphite-cli";
nativeBuildInputs = [ pkgs.installShellFiles ];
nativeBuildInputs = with pkgs; [ installShellFiles pkg-config ];
buildInputs = with pkgs; [ cairo pango pixman ];
# 'gt completion' auto-detects zshell from environment variables:
# https://github.com/yargs/yargs/blob/2b6ba3139396b2e623aed404293f467f16590039/lib/completion.ts#L45
postInstall = ''