summary refs log tree commit diff
path: root/pkgs/games/opendune
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/opendune')
-rw-r--r--pkgs/games/opendune/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/opendune/default.nix b/pkgs/games/opendune/default.nix
index 591bea12297..cf15568b37d 100644
--- a/pkgs/games/opendune/default.nix
+++ b/pkgs/games/opendune/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     runHook postInstall
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Dune, Reinvented";
     homepage = "https://github.com/OpenDUNE/OpenDUNE";
     license = licenses.gpl2;