mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
springlobby: remove obsolete substituteInPlace
s
This commit is contained in:
parent
b37460ec63
commit
132571454c
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user