From 132571454c8162cdefe9e94613137d6a13b950b7 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sat, 27 Aug 2016 22:08:20 +0000 Subject: [PATCH] springlobby: remove obsolete `substituteInPlace`s --- pkgs/games/spring/springlobby.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pkgs/games/spring/springlobby.nix b/pkgs/games/spring/springlobby.nix index 2cd9f24721f6..efab1defbed2 100644 --- a/pkgs/games/spring/springlobby.nix +++ b/pkgs/games/spring/springlobby.nix @@ -1,8 +1,8 @@ { stdenv, fetchurl, cmake, wxGTK30, openal, pkgconfig, curl, libtorrentRasterbar , libpng, libX11, gettext, bash, gawk, boost, libnotify, gtk, doxygen, spring , makeWrapper, glib, minizip, alure, pcre, jsoncpp }: -stdenv.mkDerivation rec { +stdenv.mkDerivation rec { name = "springlobby-${version}"; version = "0.247"; @@ -16,12 +16,6 @@ stdenv.mkDerivation rec { boost libpng libX11 libnotify gtk doxygen makeWrapper glib minizip alure ]; - prePatch = '' - substituteInPlace tools/regen_config_header.sh --replace "#!/usr/bin/env bash" "#!${bash}/bin/bash" - substituteInPlace tools/test-susynclib.awk --replace "#!/usr/bin/awk" "#!${gawk}/bin/awk" - substituteInPlace CMakeLists.txt --replace "boost_system-mt" "boost_system" - ''; - enableParallelBuilding = true; postInstall = ''