qmplay2: create symlink at postInstall

This commit is contained in:
Anderson Torres 2024-07-26 09:23:08 -03:00
parent 365e7e5d07
commit eec12ba4fd

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
# Because we think it is better to use only lowercase letters!
# But sometimes we come across case-insensitive filesystems...
postFixup = ''
postInstall = ''
[ -e $out/bin/qmplay2 ] || ln -s $out/bin/QMPlay2 $out/bin/qmplay2
'';