Skip to content

Commit

Permalink
amoeba: xlibs -> xorg, fix borg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Nov 23, 2020
1 parent 3b17793 commit a748764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/amoeba/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, amoeba-data, alsaLib, expat, freetype, gtk2, libvorbis, libGLU, xlibs, pkgconfig }:
{ stdenv, fetchurl, amoeba-data, alsaLib, expat, freetype, gtk2, libvorbis, libGLU, xorg, pkgconfig }:

stdenv.mkDerivation rec {
name = "amoeba-${version}-${debver}";
Expand Down Expand Up @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ alsaLib expat freetype gtk2 libvorbis libGLU xlibs.libXxf86vm ];
buildInputs = [ alsaLib expat freetype gtk2 libvorbis libGLU xorg.libXxf86vm ];

installPhase = ''
mkdir -p $out/bin $out/share/man/man1/
Expand Down

0 comments on commit a748764

Please sign in to comment.