mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
mpvScripts.buildLua: remove unused inherits
This commit is contained in:
parent
73ca2df642
commit
000a43d5fc
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue