summary refs log tree commit diff
path: root/pkgs/games/dxx-rebirth/assets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/dxx-rebirth/assets.nix')
-rw-r--r--pkgs/games/dxx-rebirth/assets.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/dxx-rebirth/assets.nix b/pkgs/games/dxx-rebirth/assets.nix
index 47a8222cd6a..b214d49659b 100644
--- a/pkgs/games/dxx-rebirth/assets.nix
+++ b/pkgs/games/dxx-rebirth/assets.nix
@@ -1,4 +1,4 @@
-{ stdenv, requireFile, gogUnpackHook }:
+{ lib, stdenv, requireFile, gogUnpackHook }:
 
 let
   generic = ver: source: let
@@ -40,7 +40,7 @@ let
       runHook postInstall
     '';
 
-    meta = with stdenv.lib; {
+    meta = with lib; {
       description = "Descent ${toString ver} assets from GOG";
       homepage    = "https://www.dxx-rebirth.com/";
       license     = licenses.unfree;