Merge pull request #244153 from SuperSandro2000/graphite-cli

graphite-cli: fix build

authored by

Sandro and committed by
GitHub
4ce331e4 3ec081d5

+2 -1
+2 -1
pkgs/development/node-packages/overrides.nix
··· 188 188 189 189 graphite-cli = prev."@withgraphite/graphite-cli".override { 190 190 name = "graphite-cli"; 191 - nativeBuildInputs = [ pkgs.installShellFiles ]; 191 + nativeBuildInputs = with pkgs; [ installShellFiles pkg-config ]; 192 + buildInputs = with pkgs; [ cairo pango pixman ]; 192 193 # 'gt completion' auto-detects zshell from environment variables: 193 194 # https://github.com/yargs/yargs/blob/2b6ba3139396b2e623aed404293f467f16590039/lib/completion.ts#L45 194 195 postInstall = ''