ultrastardx: fixup compilation
It starts for me now, so hopefully it's just OK.
This commit is contained in:
parent
db3398a5fe
commit
fbda7ca802
|
@ -23,9 +23,10 @@ in stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||
buildInputs = [ fpc libpng ] ++ sharedLibs;
|
||||
|
||||
# https://github.com/UltraStar-Deluxe/USDX/issues/462
|
||||
postPatch = ''
|
||||
# autoconf substitutes strange things otherwise
|
||||
substituteInPlace src/config.inc.in \
|
||||
--subst-var-by lua_LIB_NAME liblua.so \
|
||||
--subst-var-by libpcre_LIBNAME libpcre.so.1
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue