Merge pull request #273783 from arthsmn/buildlua-fix

mpvScripts.buildLua: remove unused inherits
This commit is contained in:
Peder Bergebakken Sundt
2023-12-17 13:00:47 +01:00
committed by GitHub
@@ -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";