From 69fd50bee1333796930b5dbe3e732ebb327507ba Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Sun, 20 Jan 2019 10:30:06 +0100 Subject: [PATCH] nix expression: fix build Now that openclonk gets installed to bin, we don't need to (and can't!) create the symlink anymore. --- tools/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/default.nix b/tools/default.nix index cfa6f5fc2..dbbae1c6c 100644 --- a/tools/default.nix +++ b/tools/default.nix @@ -50,7 +50,6 @@ pkgs.stdenv.mkDerivation rec { postInstall = '' mkdir -p $out/bin - ln -s $out/games/openclonk $out/bin/ '';