Merge pull request #216554 from superherointj/fix-pkgsMusl.wxwidgets

pkgsMusl.wxwidgets: fix build
This commit is contained in:
superherointj 2023-02-16 03:22:58 -03:00 committed by GitHub
commit 74ba886110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,16 +62,6 @@ stdenv.mkDerivation rec {
hash = "sha256-u+INjo9EkW433OYoCDZpw5pcW1DyF/t/J5ntLZX+6aA=";
};
# Workaround for pkgsMusl.wxGTK32 failing as:
# "./src/unix/uilocale.cpp:650:37: error: _NL_IDENTIFICATION_TERRITORY was not declared in this scope"
# On upgrade, please test building wxwidgets for pkgsMusl, and remove this patch if unnecessary.
patches = lib.optional stdenv.hostPlatform.isMusl [
(fetchpatch {
url = "https://github.com/wxWidgets/wxWidgets/commit/1faf1796b23b2503296d9b1e9ad39047d633f8c9.patch";
sha256 = "sha256-0FbfzGzzkriLD2iDcRcBXgYqjHtxFsmSlhGE5d18/bo=";
})
];
nativeBuildInputs = [ pkg-config ];
buildInputs = [