about summary refs log tree commit diff
path: root/pkgs/games/curseofwar
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/curseofwar')
-rw-r--r--pkgs/games/curseofwar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/curseofwar/default.nix b/pkgs/games/curseofwar/default.nix
index 9aff3798b6ba7..6271a60f5b9c0 100644
--- a/pkgs/games/curseofwar/default.nix
+++ b/pkgs/games/curseofwar/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , fetchFromGitHub
 , ncurses
 , SDL
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     "CC=${stdenv.cc.targetPrefix}cc"
   ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "A fast-paced action strategy game";
     homepage = "https://a-nikolaev.github.io/curseofwar/";
     license = licenses.gpl3;