We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cc6f7 commit f7245abCopy full SHA for f7245ab
1 file changed
pkgs/applications/audio/projectm/default.nix
@@ -50,6 +50,7 @@ mkDerivation rec {
50
for entry in $out/bin/* ; do
51
patchelf --set-rpath "$(patchelf --print-rpath $entry | tr ':' '\n' | grep -v 'src/libprojectM' | tr '\n' ':')" "$entry"
52
done
53
+ wrapQtApp $bin/bin/projectM-pulseaudio
54
'';
55
56
meta = {
0 commit comments