Skip to content

Commit 64dafdc

Browse files
authoredOct 14, 2019
Make oa_ded link as well as openarena.
1 parent 385908a commit 64dafdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎pkgs/games/openarena/default.nix

+4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ stdenv.mkDerivation {
2525
patchelf --set-interpreter "${interpreter}" "${gameDir}/openarena.x86_64"
2626
makeWrapper "${gameDir}/openarena.x86_64" "$out/bin/openarena" \
2727
--prefix LD_LIBRARY_PATH : "${libPath}"
28+
makeWrapper "${gameDir}/oa_ded.x86_64" "$out/bin/oa_ded" \
29+
--prefix LD_LIBRARY_PATH : "${libPath}"
2830
'' else ''
2931
patchelf --set-interpreter "${interpreter}" "${gameDir}/openarena.i386"
3032
makeWrapper "${gameDir}/openarena.i386" "$out/bin/openarena" \
3133
--prefix LD_LIBRARY_PATH : "${libPath}"
34+
makeWrapper "${gameDir}/oa_ded.i386" "$out/bin/oa_ded" \
35+
--prefix LD_LIBRARY_PATH : "${libPath}"
3236
''}
3337
'';
3438

0 commit comments

Comments
 (0)
Please sign in to comment.