summaryrefslogtreecommitdiffstats
path: root/pkgs/games/commandergenius
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2018-02-24 14:06:44 +0200
committerAlexander V. Nikolaev <avn@avnik.info>2018-02-24 17:03:46 +0200
commit8f2a22935c31140891591ed3bb3e6baf230bc4f0 (patch)
tree30cd829c96a4abaffff99dcc027eba0e2e064ef1 /pkgs/games/commandergenius
parent8da9b485ec008c9c7c4adcfa604a289b3050c2c6 (diff)
treewide: transition from mesa_noglu to libGL
Diffstat (limited to 'pkgs/games/commandergenius')
-rw-r--r--pkgs/games/commandergenius/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/commandergenius/default.nix b/pkgs/games/commandergenius/default.nix
index b2a0b2884254..f77dfe8ba945 100644
--- a/pkgs/games/commandergenius/default.nix
+++ b/pkgs/games/commandergenius/default.nix
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, SDL2, SDL2_image, pkgconfig
-, libvorbis, mesa_noglu, boost, cmake }:
+, libvorbis, libGL, boost, cmake }:
stdenv.mkDerivation rec {
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "07vxg8p1dnnkajzs5nifxpwn4mdd1hxsw05jl25gvaimpl9p2qc8";
};
- buildInputs = [ SDL2 SDL2_image mesa_noglu boost libvorbis ];
+ buildInputs = [ SDL2 SDL2_image libGL boost libvorbis ];
nativeBuildInputs = [ cmake pkgconfig ];