summary refs log tree commit diff
path: root/pkgs/games/scummvm/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/scummvm/games.nix')
-rw-r--r--pkgs/games/scummvm/games.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/scummvm/games.nix b/pkgs/games/scummvm/games.nix
index 0165a797c3a..2ffd176ccf6 100644
--- a/pkgs/games/scummvm/games.nix
+++ b/pkgs/games/scummvm/games.nix
@@ -51,7 +51,7 @@ let
         runHook postInstall
       '';
 
-      meta = with stdenv.lib; {
+      meta = with lib; {
         homepage = "https://www.scummvm.org";
         license = licenses.free; # refer to the readme for exact wording
         maintainers = with maintainers; [ peterhoeg ];