amoeba: fix build

This commit is contained in:
Jonathan Ringer 2020-11-20 12:38:40 -08:00 committed by Jonathan Ringer
parent e82c3b68e1
commit 97178a01ed

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, amoeba-data, alsaLib, expat, freetype, gtk2, libvorbis, libGLU, pkgconfig }:
{ stdenv, fetchurl, amoeba-data, alsaLib, expat, freetype, gtk2, libvorbis, libGLU, xlibs, pkgconfig }:
stdenv.mkDerivation rec {
name = "amoeba-${version}-${debver}";
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ alsaLib expat freetype gtk2 libvorbis libGLU ];
buildInputs = [ alsaLib expat freetype gtk2 libvorbis libGLU xlibs.libXxf86vm ];
installPhase = ''
mkdir -p $out/bin $out/share/man/man1/