0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

puredata: fix pd-gui by providing tk path (#399718)

This commit is contained in:
Aleksana 2025-04-21 11:11:42 +08:00 committed by GitHub
commit a138374b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/pd --prefix PATH : ${lib.makeBinPath [ tk ]}
wrapProgram $out/bin/pd-gui --prefix PATH : ${lib.makeBinPath [ tk ]}
'';
meta = with lib; {