mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
mpvScripts.buildLua: remove unused inherits
This commit is contained in:
parent
73ca2df642
commit
000a43d5fc
@ -2,7 +2,6 @@
|
||||
, stdenvNoCC }:
|
||||
|
||||
let
|
||||
inherit (lib) hasPrefix hasSuffix removeSuffix;
|
||||
escapedList = with lib; concatMapStringsSep " " (s: "'${escape [ "'" ] s}'");
|
||||
fileName = pathStr: lib.last (lib.splitString "/" pathStr);
|
||||
scriptsDir = "$out/share/mpv/scripts";
|
||||
|
Loading…
Reference in New Issue
Block a user