summary refs log tree commit diff
path: root/pkgs/games/xmage/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/xmage/default.nix')
-rw-r--r--pkgs/games/xmage/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/xmage/default.nix b/pkgs/games/xmage/default.nix
index e8b8eb8a941..7552ce700f3 100644
--- a/pkgs/games/xmage/default.nix
+++ b/pkgs/games/xmage/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , fetchurl
 , jdk8
 , unzip
@@ -30,7 +30,7 @@ EOS
     chmod +x $out/bin/xmage
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Magic Another Game Engine";
     license = licenses.mit;
     maintainers = with maintainers; [ matthiasbeyer ];