From 76a63de3dc16035bb3324f3ea6eafab7773e8f20 Mon Sep 17 00:00:00 2001 From: Benjamin Herr Date: Tue, 18 May 2021 20:59:44 -0700 Subject: [PATCH] kodi-retroarch-advanced-launchers: take `lib` arg This package was changed to refer to `lib` instead of `stdenv.lib`, but `lib` was not actually in scope. I don't know what this package is about or how evaluation got to that point, but this is clearly more correct. --- pkgs/misc/emulators/retroarch/kodi-advanced-launchers.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/misc/emulators/retroarch/kodi-advanced-launchers.nix b/pkgs/misc/emulators/retroarch/kodi-advanced-launchers.nix index 79dd025cf94..ee97e6f7493 100644 --- a/pkgs/misc/emulators/retroarch/kodi-advanced-launchers.nix +++ b/pkgs/misc/emulators/retroarch/kodi-advanced-launchers.nix @@ -1,9 +1,7 @@ -{ stdenv, pkgs, cores, runtimeShell }: +{ stdenv, pkgs, lib, cores, runtimeShell }: assert cores != []; -with pkgs.lib; - let script = exec: ''