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

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; {