Merge pull request #195889 from wegank/asc-wxgtk

asc: migrate to wxGTK32
This commit is contained in:
Sandro 2022-10-20 03:37:29 +02:00 committed by GitHub
commit 2237bf9c1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ fetchurl, lib, stdenv, SDL, SDL_image, SDL_mixer, SDL_sound, libsigcxx, physfs
, boost, expat, freetype, libjpeg, wxGTK, lua, perl, pkg-config, zlib, zip, bzip2
, boost, expat, freetype, libjpeg, wxGTK32, lua, perl, pkg-config, zlib, zip, bzip2
, libpng, libtiff, fluidsynth, libmikmod, libvorbis, flac, libogg }:
stdenv.mkDerivation rec {
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = [
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat
freetype libjpeg wxGTK lua perl zlib zip bzip2 libpng
freetype libjpeg wxGTK32 lua perl zlib zip bzip2 libpng
libtiff fluidsynth libmikmod flac libvorbis libogg
];