electricsheep: migrate to wxGTK32

This commit is contained in:
Weijia Wang 2022-10-30 01:20:56 +02:00
parent 906c2a9486
commit 0a2b4e72f9

View File

@ -1,6 +1,23 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, wxGTK30, ffmpeg, lua5_1, curl
, libpng, xorg, pkg-config, flam3, libgtop, boost, tinyxml, freeglut, libGLU, libGL
, glee }:
{ lib
, stdenv
, fetchFromGitHub
, autoreconfHook
, wxGTK32
, ffmpeg
, lua5_1
, curl
, libpng
, xorg
, pkg-config
, flam3
, libgtop
, boost
, tinyxml
, freeglut
, libGLU
, libGL
, glee
}:
stdenv.mkDerivation rec {
pname = "electricsheep";
@ -16,8 +33,20 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [
wxGTK30 ffmpeg lua5_1 curl libpng xorg.libXrender
flam3 libgtop boost tinyxml freeglut libGLU libGL glee
wxGTK32
ffmpeg
lua5_1
curl
libpng
xorg.libXrender
flam3
libgtop
boost
tinyxml
freeglut
libGLU
libGL
glee
];
preAutoreconf = ''