mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
qmplay2: create symlink at postInstall
This commit is contained in:
parent
365e7e5d07
commit
eec12ba4fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue