mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #273783 from arthsmn/buildlua-fix
mpvScripts.buildLua: remove unused inherits
This commit is contained in:
commit
b77e9f0ecc
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
, stdenvNoCC }:
|
, stdenvNoCC }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (lib) hasPrefix hasSuffix removeSuffix;
|
|
||||||
escapedList = with lib; concatMapStringsSep " " (s: "'${escape [ "'" ] s}'");
|
escapedList = with lib; concatMapStringsSep " " (s: "'${escape [ "'" ] s}'");
|
||||||
fileName = pathStr: lib.last (lib.splitString "/" pathStr);
|
fileName = pathStr: lib.last (lib.splitString "/" pathStr);
|
||||||
scriptsDir = "$out/share/mpv/scripts";
|
scriptsDir = "$out/share/mpv/scripts";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue