nix expression: fix build

Now that openclonk gets installed to bin, we don't need to (and
can't!) create the symlink anymore.
master
Linus Heckemann 2019-01-20 10:30:06 +01:00 committed by Lukas Werling
parent ad2eddcd63
commit 69fd50bee1
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ pkgs.stdenv.mkDerivation rec {
postInstall = ''
mkdir -p $out/bin
ln -s $out/games/openclonk $out/bin/
'';