summaryrefslogtreecommitdiffstats
path: root/pkgs/games/gl-117
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gl-117')
-rw-r--r--pkgs/games/gl-117/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gl-117/default.nix b/pkgs/games/gl-117/default.nix
index f76f761189c1..0acabb4a55f3 100644
--- a/pkgs/games/gl-117/default.nix
+++ b/pkgs/games/gl-117/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl
+{ lib, stdenv, fetchurl
, libGLU, libGL, SDL, freeglut, SDL_mixer, autoconf, automake, libtool
}:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libGLU libGL SDL freeglut SDL_mixer autoconf automake libtool ];
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "An air combat simulator";
homepage = "https://sourceforge.net/projects/gl-117";
maintainers = with maintainers; [ raskin ];