Merge pull request #295734 from evils/wxGTK32-rpath-repro

wxGTK32: repro build and disable rpath
This commit is contained in:
Peder Bergebakken Sundt 2024-05-01 16:29:16 +02:00 committed by GitHub
commit c88ff41a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"