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
commit b77e9f0ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";