Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-15 12:25:33 +00:00
committed by GitHub
20 changed files with 239 additions and 164 deletions
+3 -1
View File
@@ -1473,7 +1473,9 @@ in
SDL = SDL_sixel;
};
gremlin-console = callPackage ../applications/misc/gremlin-console { };
gremlin-console = callPackage ../applications/misc/gremlin-console {
openjdk = openjdk11;
};
grex = callPackage ../tools/misc/grex {
inherit (darwin.apple_sdk.frameworks) Security;
+2
View File
@@ -21787,6 +21787,8 @@ let
url = "mirror://cpan/authors/id/A/AM/AMBS/Text-BibTeX-0.88.tar.gz";
sha256 = "0b7lmjvfmypps1nw6nsdikgaakm0n0g4186glaqazg5xd1p5h55h";
};
# libbtparse.so: cannot open shared object file (aarch64 only)
patches = [ ../development/perl-modules/TextBibTeX-use-lib-on-aarch64.patch ];
perlPreHook = "export LD=$CC";
perlPostHook = lib.optionalString stdenv.isDarwin ''
oldPath="$(pwd)/btparse/src/libbtparse.dylib"
+2
View File
@@ -1479,6 +1479,8 @@ in {
colored = callPackage ../development/python-modules/colored { };
colored-traceback = callPackage ../development/python-modules/colored-traceback { };
coloredlogs = callPackage ../development/python-modules/coloredlogs { };
colorful = callPackage ../development/python-modules/colorful { };