···2828 EOF
2929 }
3030 jq "$(print_jq_query)" ./package.json | sponge ./package.json
3131+ # Add a link from temp to /tmp so that the extension gets a writable
3232+ # directory to write to.
3333+ ln -s /tmp temp
3134 '';
32353336 meta = {
···165165 components = lib.pipe args.version [
166166 lib.splitVersion
167167 (lib.filter (x: (lib.strings.match "[0-9]+" x) != null))
168168- (lib.filter (x: (lib.toInt x) < 65535)) # one version component in dotnet has to fit in 16 bits
168168+ (lib.filter (x: (lib.toIntBase10 x) < 65535)) # one version component in dotnet has to fit in 16 bits
169169 ];
170170 in if (lib.length components) == 0
171171 then null
+28
pkgs/by-name/dr/drone-scp/package.nix
···11+{ lib
22+, buildGoModule
33+, fetchFromGitHub
44+}:
55+buildGoModule rec {
66+ pname = "drone-scp";
77+ version = "1.6.11";
88+99+ src = fetchFromGitHub {
1010+ owner = "appleboy";
1111+ repo = "drone-scp";
1212+ rev = "v${version}";
1313+ hash = "sha256-JCqiYPhuPKDcbg8eo4DFuUVazu+0e0YTnG87NZRARMU=";
1414+ };
1515+1616+ vendorHash = "sha256-zPpwvU/shSK1bfm0Qc2VjifSzDTpFnsUiogQfQcdY7I=";
1717+1818+ # Needs a specific user...
1919+ doCheck = false;
2020+2121+ meta = with lib; {
2222+ description = "Copy files and artifacts via SSH using a binary, docker or Drone CI";
2323+ homepage = "https://github.com/appleboy/drone-scp";
2424+ license = licenses.mit;
2525+ maintainers = with maintainers; [ ambroisie ];
2626+ mainProgram = "drone-scp";
2727+ };
2828+}
-4
pkgs/by-name/im/immersed-vr/package.nix
···1616 mv $out/bin/{${name},${pname}}
1717 '';
18181919- extraPkgs = pkgs: with pkgs; [
2020- libthai
2121- ];
2222-2319 meta = with lib; {
2420 description = "A VR coworking platform";
2521 homepage = "https://immersed.com";
···225225 lazy_imports = lazy-imports; # added 2023-10-13
226226 lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01
227227 line_profiler = line-profiler; # added 2023-11-04
228228+ livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14
229229+ livestreamer-curses = throw "'livestreamer-curses' has been removed as it, and livestreamer itself are unmaintained."; # added 2023-11-14
228230 logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29
229231 logilab_common = logilab-common; # added 2022-11-21
230232 loo-py = loopy; # added 2022-05-03