summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-05-22 17:42:46 +0200
committerGitHub <noreply@github.com>2021-05-22 17:42:46 +0200
commit5cf7cfccf0d1bd3355b0590f5cef7faea95466b2 (patch)
treed1b924298de043703bc0050b77e547eb63cdd9a7 /pkgs/misc
parent128f0ad2f4c5eef67a32913271de2c4b48a55a24 (diff)
parent76a63de3dc16035bb3324f3ea6eafab7773e8f20 (diff)
downloadnixpkgs-5cf7cfccf0d1bd3355b0590f5cef7faea95466b2.tar
nixpkgs-5cf7cfccf0d1bd3355b0590f5cef7faea95466b2.tar.gz
nixpkgs-5cf7cfccf0d1bd3355b0590f5cef7faea95466b2.tar.bz2
nixpkgs-5cf7cfccf0d1bd3355b0590f5cef7faea95466b2.tar.lz
nixpkgs-5cf7cfccf0d1bd3355b0590f5cef7faea95466b2.tar.xz
nixpkgs-5cf7cfccf0d1bd3355b0590f5cef7faea95466b2.tar.zst
nixpkgs-5cf7cfccf0d1bd3355b0590f5cef7faea95466b2.zip
Merge pull request #123624 from ben0x539/wtf
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/retroarch/kodi-advanced-launchers.nix4
1 files changed, 1 insertions, 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: ''