Unverified Commit d36b6dcd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

ultrastardx: remove no longer used pcre dependency (#403953)

parents 015b354e 1db6b426
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  pkg-config,
  lua,
  fpc,
  pcre,
  portaudio,
  freetype,
  libpng,
@@ -26,7 +25,6 @@

let
  sharedLibs = [
    pcre
    portaudio
    freetype
    SDL2
@@ -65,11 +63,6 @@ stdenv.mkDerivation rec {
    libpng
  ] ++ sharedLibs;

  postPatch = ''
    substituteInPlace src/config.inc.in \
      --subst-var-by libpcre_LIBNAME libpcre.so.1
  '';

  preBuild =
    let
      items = lib.concatMapStringsSep " " (x: "-rpath ${lib.getLib x}/lib") sharedLibs;