springlobby: remove obsolete substituteInPlaces

This commit is contained in:
Robin Gloster 2016-08-27 22:08:20 +00:00
parent b37460ec63
commit 132571454c
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -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 = ''