mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
Merge #41921: texlive: Fix 'match-parens' ruby dependency
This commit is contained in:
commit
606ff955fb
@ -30,7 +30,7 @@ let
|
||||
pkgNeedsRuby = pkg: pkg.tlType == "run" && pkg.pname == "match-parens";
|
||||
extraInputs =
|
||||
lib.optional (lib.any pkgNeedsPython splitBin.wrong) python
|
||||
++ lib.optional (lib.any pkgNeedsPython splitBin.wrong) ruby;
|
||||
++ lib.optional (lib.any pkgNeedsRuby splitBin.wrong) ruby;
|
||||
};
|
||||
|
||||
mkUniquePkgs = pkgs: fastUnique (a: b: a < b) # highlighting hack: >
|
||||
|
Loading…
Reference in New Issue
Block a user