electricsheep: migrate to wxGTK32
This commit is contained in:
parent
906c2a9486
commit
0a2b4e72f9
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user