Commit 52fb8fe4 authored by Evils's avatar Evils
Browse files

wxGTK32: repro build and disable rpath

disable rpath is currently required for their master branch
  as that retains the build directory in rpath
    patchPhase seemingly can't deal with that
parent 3030f185
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -109,6 +109,8 @@ stdenv.mkDerivation rec {
    "--disable-monolithic"
    "--enable-mediactrl"
    "--with-nanosvg"
    "--disable-rpath"
    "--enable-repro-build"
    (if compat28 then "--enable-compat28" else "--disable-compat28")
    (if compat30 then "--enable-compat30" else "--disable-compat30")
  ] ++ lib.optional unicode "--enable-unicode"