···1{ stdenv, lib, makeDesktopItem, makeWrapper, makeBinaryWrapper, lndir, config
02, jq, xdg-utils, writeText
34## various stuff that can be plugged in
···275 # Symbolic link: wrap the link's target.
276 oldExe="$(readlink -v --canonicalize-existing "$executablePath")"
277 rm "$executablePath"
278- elif wrapperCmd=$(${makeBinaryWrapper.extractCmd} "$executablePath"); [[ $wrapperCmd ]]; then
279 # If the executable is a binary wrapper, we need to update its target to
280 # point to $out, but we can't just edit the binary in-place because of length
281 # issues. So we extract the command used to create the wrapper and add the
···1{ stdenv, lib, makeDesktopItem, makeWrapper, makeBinaryWrapper, lndir, config
2+, buildPackages
3, jq, xdg-utils, writeText
45## various stuff that can be plugged in
···276 # Symbolic link: wrap the link's target.
277 oldExe="$(readlink -v --canonicalize-existing "$executablePath")"
278 rm "$executablePath"
279+ elif wrapperCmd=$(${buildPackages.makeBinaryWrapper.extractCmd} "$executablePath"); [[ $wrapperCmd ]]; then
280 # If the executable is a binary wrapper, we need to update its target to
281 # point to $out, but we can't just edit the binary in-place because of length
282 # issues. So we extract the command used to create the wrapper and add the
···119 meta = with lib; {
120 description = "Clozure Common Lisp";
121 homepage = "https://ccl.clozure.com/";
122- maintainers = with maintainers; [ raskin ];
123 platforms = attrNames options;
124 # assembler failures during build, x86_64-darwin broken since 2020-10-14
125 broken = (stdenv.isDarwin && stdenv.isx86_64);
···119 meta = with lib; {
120 description = "Clozure Common Lisp";
121 homepage = "https://ccl.clozure.com/";
122+ maintainers = lib.teams.lisp.members;
123 platforms = attrNames options;
124 # assembler failures during build, x86_64-darwin broken since 2020-10-14
125 broken = (stdenv.isDarwin && stdenv.isx86_64);
+1-1
pkgs/development/compilers/clasp/default.nix
···89 meta = {
90 description = "A Common Lisp implementation based on LLVM with C++ integration";
91 license = lib.licenses.lgpl21Plus ;
92- maintainers = [lib.maintainers.raskin lib.maintainers.uthar];
93 platforms = ["x86_64-linux" "x86_64-darwin"];
94 # Upstream claims support, but breaks with:
95 # error: use of undeclared identifier 'aligned_alloc'
···89 meta = {
90 description = "A Common Lisp implementation based on LLVM with C++ integration";
91 license = lib.licenses.lgpl21Plus ;
92+ maintainers = lib.teams.lisp.members;
93 platforms = ["x86_64-linux" "x86_64-darwin"];
94 # Upstream claims support, but breaks with:
95 # error: use of undeclared identifier 'aligned_alloc'
···91 meta = with lib; {
92 description = "Lisp implementation aiming to be small, fast and easy to embed";
93 license = licenses.mit;
94- maintainers = with maintainers; [ raskin ];
95 platforms = platforms.unix;
96 # never built on aarch64-darwin since first introduction in nixpkgs
97 broken = stdenv.isDarwin && stdenv.isAarch64;
···91 meta = with lib; {
92 description = "Lisp implementation aiming to be small, fast and easy to embed";
93 license = licenses.mit;
94+ maintainers = lib.teams.lisp.members;
95 platforms = platforms.unix;
96 # never built on aarch64-darwin since first introduction in nixpkgs
97 broken = stdenv.isDarwin && stdenv.isAarch64;
+1-1
pkgs/development/compilers/ecl/default.nix
···79 description = "Lisp implementation aiming to be small, fast and easy to embed";
80 homepage = "https://common-lisp.net/project/ecl/";
81 license = licenses.mit;
82- maintainers = with maintainers; [ raskin ];
83 platforms = platforms.unix;
84 changelog = "https://gitlab.com/embeddable-common-lisp/ecl/-/raw/${version}/CHANGELOG";
85 };
···79 description = "Lisp implementation aiming to be small, fast and easy to embed";
80 homepage = "https://common-lisp.net/project/ecl/";
81 license = licenses.mit;
82+ maintainers = lib.teams.lisp.members;
83 platforms = platforms.unix;
84 changelog = "https://gitlab.com/embeddable-common-lisp/ecl/-/raw/${version}/CHANGELOG";
85 };
···78stdenv.mkDerivation rec {
9 pname = "adguardhome";
10- version = "0.107.26";
11 src = sources.${system} or (throw "Source for ${pname} is not available for ${system}");
1213 installPhase = ''
···78stdenv.mkDerivation rec {
9 pname = "adguardhome";
10+ version = "0.107.27";
11 src = sources.${system} or (throw "Source for ${pname} is not available for ${system}");
1213 installPhase = ''
···1{
2 "name": "matrix-hookshot",
3- "version": "3.0.1",
4 "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
5 "main": "lib/app.js",
6 "repository": "https://github.com/matrix-org/matrix-hookshot",
···1{
2 "name": "matrix-hookshot",
3+ "version": "3.2.0",
4 "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
5 "main": "lib/app.js",
6 "repository": "https://github.com/matrix-org/matrix-hookshot",