Commit Graph

81612 Commits

Author SHA1 Message Date
Nick Cao
8515e2d44f
Merge pull request #215602 from figsoda/codevis
codevis: init at 0.5.1
2023-02-10 12:37:16 +08:00
figsoda
5dffbc4dd9 pkgtop: init at 2.4.1 2023-02-09 22:49:25 -05:00
figsoda
d533515588 muffet: init at 2.7.0 2023-02-09 22:18:02 -05:00
figsoda
cd85cbf7e3 lipl: init at 0.1.3 2023-02-09 22:02:56 -05:00
figsoda
4dc88699e8 cargo-binstall: init at 0.19.3 2023-02-09 20:15:25 -05:00
figsoda
44ffdc99f3 codevis: init at 0.5.1 2023-02-09 20:10:35 -05:00
Anderson Torres
1aa6e47d97 ppsspp: don't rely on libsForQt5.callPackage 2023-02-09 22:04:31 -03:00
github-actions[bot]
71c0c6d984
Merge master into staging-next 2023-02-10 00:02:27 +00:00
figsoda
469a7b7389 zps: init at 1.2.8 2023-02-09 18:39:47 -05:00
Thiago Kenji Okada
0b6052b8b0 graalvm*-ce: re-added darwin support 2023-02-09 23:36:29 +00:00
Thomas Gerbet
7a09daa913 phpExtensions.opcache: remove flaky tests on darwin
Some of the tests of ext-opcache are flaky on darwin.
Issue is not obvious to me and I cannot troubleshoot this locally.
2023-02-09 23:29:38 +01:00
Thiago Kenji Okada
4e51b4a5cb graalvm*-ce: refactor derivation to be stand-alone
First step to separate the main GraalVM derivation and each of its
products in separate derivations, making them more composable.
2023-02-09 21:42:39 +00:00
Sandro
03b08dca79
Merge pull request #206026 from tehmatt/tehmatt-flac2all 2023-02-09 22:24:30 +01:00
github-actions[bot]
b5d4dad2b8
Merge master into staging-next 2023-02-09 18:01:11 +00:00
Sandro
02e2ee0374
Merge pull request #211266 from fgaz/ladybird/2023-01-17
ladybird: unstable-2022-09-29 -> unstable-2023-01-17
2023-02-09 16:08:45 +01:00
Robert Hensing
1991c40759
Merge pull request #194345 from codedownio/binary-cache
Introduce mkBinaryCache function
2023-02-09 15:25:16 +01:00
Sandro
bc7b556312
Merge pull request #207988 from MatthewCroughan/mc/repro-get
repro-get: init at 0.2.1
2023-02-09 14:49:25 +01:00
github-actions[bot]
c76e040c19
Merge master into staging-next 2023-02-09 12:01:30 +00:00
Francesco Gazzetta
d7e31cc214 ladybird: unstable-2022-09-29 -> unstable-2023-01-17 2023-02-09 10:37:48 +01:00
Nick Cao
6fa2bfdf4d
Merge pull request #215110 from gador/pgadmin-use-pstgresqltesthook
pgadmin4-desktopmode: init at 6.19, pgadmin4: simplify tests
2023-02-09 16:05:44 +08:00
Florian Brandes
a380674d85
pgadmin4: add option to enable desktop mode
By default, pgadmin4 uses SERVER_MODE = True. This requires
access to system directories (e.g. /var/lib/pgadmin). There is
no easy way to change this mode during runtime. One has to change
or add config files withing pgadmin's directory structure to change it
or add a system-wide config file under `/etc/pgadmin`[1].

This isn't always easy to achive or may not be possible at all. For
those usecases this implements a switch in the pgadmin4 derivation and
adds a new top-level package `pgadmin4-desktopmode`. This builds in
DESKTOP MODE and allows the usage of pgadmin4 without the nixOS module
and without access to system-wide directories.

pgadmin4 module saves the configuration to /etc/pgadmin/config_system.py
pgadmin4-desktopmode tries to read that as well. This normally fails with
a PermissionError, as the config file is owned by the user of the pgadmin module.

With the check-system-config-dir.patch this will just throw a warning
but will continue and not read the file.

If we run pgadmin4-desktopmode as root
(something one really shouldn't do), it can read the config file and fail,
because of the wrong config for desktopmode.

[1]https://www.pgadmin.org/docs/pgadmin4/latest/config_py.html

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-02-09 08:19:05 +01:00
github-actions[bot]
73fe6149d4
Merge master into staging-next 2023-02-09 06:01:10 +00:00
Weijia Wang
4c4184ef92 xmrig: add darwin support 2023-02-09 06:51:55 +01:00
Kyle Sferrazza
4e9c02bcc7 watchman: 4.9.0 -> 2023.01.30.00
Co-authored-by: Andrew Hamon <and.ham95@gmail.com>
2023-02-08 21:22:41 -08:00
Kyle Sferrazza
947044ab1e fb303: init at 2023.01.30.00
Co-authored-by: Andrew Hamon <and.ham95@gmail.com>
2023-02-08 20:36:12 -08:00
Kyle Sferrazza
a6a37794a2 fbthrift: init at 2023.01.30.00
Co-authored-by: Andrew Hamon <and.ham95@gmail.com>
2023-02-08 20:36:00 -08:00
Kyle Sferrazza
51edb99f84 wangle: init at 2023.01.30.00
Co-authored-by: Andrew Hamon <and.ham95@gmail.com>
2023-02-08 20:35:48 -08:00
Kyle Sferrazza
6ee1413266 fizz: init at 2023.01.30.00
Co-authored-by: Andrew Hamon <and.ham95@gmail.com>
2023-02-08 20:35:17 -08:00
Kyle Sferrazza
466ecbbb77 edencommon: init at 2023.01.30.00
Co-authored-by: Andrew Hamon <and.ham95@gmail.com>
2023-02-08 20:34:41 -08:00
Robert Schütz
5ab0b7c48b
Merge pull request #215069 from bcdarwin/python3-cmaes
python310Packages.cmaes: init at 0.9.1
2023-02-08 19:56:00 -08:00
Ben Darwin
1cbf2286b9 python310Packages.cmaes: init at 0.9.1 2023-02-08 21:08:58 -05:00
Anderson Torres
4a1640af34 wtfis: init at 0.5.1 2023-02-08 23:05:32 -03:00
Nick Cao
6da5c8facb
Merge pull request #214678 from WolfangAukang/pocket-casts-source
pocket-casts: build from source
2023-02-09 09:46:22 +08:00
Nick Cao
2ea3ab5e87
Merge pull request #215384 from bcdarwin/pyorthanc
python310Packages.pyorthanc: init at 1.11.4
2023-02-09 09:16:51 +08:00
Nick Cao
aa06096064
Merge pull request #213832 from GenericNerdyUsername/riscof
python3Packages.riscof: init 1.25.2
2023-02-09 08:31:26 +08:00
github-actions[bot]
1f23f5ae02
Merge master into staging-next 2023-02-09 00:02:26 +00:00
Justin Bedő
f2ab8c706d
Merge pull request #158486 from ShamrockLee/singularity-apptainer
singularity: fix defaultPath and reflect upstream changes
2023-02-08 23:47:32 +00:00
GenericNerdyUsername
530af6b5b9
python3Packages.riscof: init at 1.25.2 2023-02-08 22:30:39 +00:00
GenericNerdyUsername
6f2d5c582b
sail-riscv-*: init at 0.5 2023-02-08 22:30:39 +00:00
GenericNerdyUsername
fc50807657
ocamlPackages.sail: init at 0.15 2023-02-08 22:30:39 +00:00
GenericNerdyUsername
8205f9ac2f
ocamlPackages.linksem: init at 0.8 2023-02-08 22:30:35 +00:00
GenericNerdyUsername
7ff1dcdf74
ocamlPackages.lem: init at 2022-12-10 2023-02-08 22:30:12 +00:00
superherointj
09d198fc78
Merge pull request #215200 from superherointj/pkg-SDL2_image-2.6.3
SDL2_image: 2.0.5 -> 2.6.3
2023-02-08 19:10:23 -03:00
Ben Darwin
f0c8b8d469 python310Packages.pyorthanc: init at 1.11.4 2023-02-08 16:36:58 -05:00
Azat Bahawi
1945d19885
Merge pull request #209066 from 3JlOy-PYCCKUi/ttdl
ttdl: init at 3.5.0
2023-02-09 00:01:16 +03:00
Vladimír Čunát
1e42908aa7
Merge branch 'master' into staging-next 2023-02-08 21:50:23 +01:00
3JlOy_PYCCKUI
ea41744b5c ttdl: init at 3.6.3 2023-02-08 23:22:05 +03:00
Artturin
4d32075a0e phpPackages.mkDerivation: use lib.{fix,extends} instead of //
// on a overrideAttrs'able works badly

here we use lib.fix and lib.extends instead of overrideAttrs to have
less of a performance impact
2023-02-08 19:34:41 +02:00
ajs124
69de4ddc4b
Merge pull request #212190 from helsinki-systems/mariadb_105_ossl3
mariadb_1010: init at 10.10.2
2023-02-08 15:53:02 +01:00
Sandro
62b965c135
Merge pull request #215274 from superherointj/fix-cryptodev
cryptodev: unpin kernel
2023-02-08 15:23:02 +01:00
Weijia Wang
6b5a3cda27
Merge pull request #215300 from elohmeier/watchfiles-darwin
python3Packages.watchfiles: fix build on Darwin
2023-02-08 15:14:14 +01:00
markuskowa
9313ae3ba5
Merge pull request #214924 from sheepforce/meep
meep: init at 1.25.0
2023-02-08 14:40:34 +01:00
superherointj
162dcb9b00 toppler: pin SDL2_image to 2.0.5 2023-02-08 10:36:45 -03:00
superherointj
9c30624f1a python310Packages.pygame: pin SDL2_image to 2.0.5
https://github.com/pygame/pygame/issues/3430#issuecomment-1279955564
2023-02-08 10:36:45 -03:00
superherointj
dbe669d8fb SDL2_image: 2.0.5 -> 2.6.3
SDL2_image_2_0_5: pinned for pygame, toppler

Fixes #187685

Release: https://github.com/libsdl-org/SDL_image/releases/tag/release-2.6.3
2023-02-08 10:01:14 -03:00
Enno Richter
4d89637b5d python3Packages.watchfiles: fix build on Darwin 2023-02-08 13:51:00 +01:00
Phillip Seeber
bd09beae9e meep: init at 1.25.0
meep: more comments
2023-02-08 11:28:32 +01:00
Phillip Seeber
4c45a5f874 libGDSII: init at 0.21 2023-02-08 11:28:32 +01:00
Phillip Seeber
09d1372cb9 harminv: init at 1.4.2 2023-02-08 11:28:32 +01:00
Yueh-Shun Li
d35f5c2695 apptainer-overriden-nixos,singularity-overriden-nixos: init 2023-02-08 18:04:05 +08:00
Yueh-Shun Li
50788d2fb0 apptainer, singularity: fix defaultPath and reflect upstream changes
Upstream changes:
singularity 3.8.7 (the legacy) -> apptainer 1.1.3 (the renamed) / singularity 3.10.4 (Sylabs's fork)

Build process:
*   Share between different sources
*   Fix the sed regexp to make defaultPath patch work
*   allowGoReference is now true
*   Provied input parameter removeCompat (default to false)
    that removes the compatible "*singularity*" symbolic links
    and related autocompletion files when projectName != "singularity"
*   Change localstatedir to /var/lib
*   Format with nixpkgs-fmt
*   Fix the defaultPath patching
    and use it instead of the `<executable> path` config directive
    deprecated in Apptainer
*   Provide dependencies for new functionalities such as
    squashfuse (unprivileged squashfs mount)
*   Provide an attribute `defaultPathInputs` to override
    prefix of container runtime default PATH

NixOS module programs.singularity:
*   Allow users to specify packages
*   Place related directories to /var/lib
*   Format with nixpkgs-fmt

singularity-tools:
*   Allow users to specify packages
*   Place related directories to /var/lib when building images in VM
2023-02-08 18:03:11 +08:00
Yueh-Shun Li
ef09cfec0b all-packages.nix: move the line of singularity per alphabetical ordering 2023-02-08 17:42:04 +08:00
K900
fe585e3988 kio-admin: init at 1.0.0 2023-02-08 12:35:13 +03:00
superherointj
2122d22a4b
Merge pull request #214026 from superherointj/refactor-k3s-multiple-versions
k3s: add multiple versions
2023-02-08 05:48:39 -03:00
superherointj
c3ad496c12 cryptodev: unpin kernel 2023-02-08 05:47:03 -03:00
Weijia Wang
86f9c0bba4
Merge pull request #215201 from viraptor/chatterino-darwin
chatterino2: fix darwin build
2023-02-08 05:04:06 +01:00
Nick Cao
5c5998da47
Merge pull request #214830 from dotlambda/flare-signal-init
flare-signal: init at 0.6.0
2023-02-08 09:47:48 +08:00
Nick Cao
a1f39348ee
Merge pull request #215004 from LeSuisse/php-extensions-allow-local-network-darwin
phpExtensions.opcache: fix test environment for darwin
2023-02-08 09:17:30 +08:00
Tom McLaughlin
d1a2a16a3a Introduce mkBinaryCache function 2023-02-07 16:16:07 -08:00
Stanisław Pitucha
03f85e9e93 chatterino2: fix darwin build
Use the newer SDK to fix darwin build.
2023-02-08 10:03:21 +11:00
Azat Bahawi
505dac8a8c
Merge pull request #215132 from dit7ya/khoj
khoj: init at 0.2.5
2023-02-08 01:22:12 +03:00
Martin Weinelt
58656bb3a0
Merge pull request #215149 from fleaz/init_gcfflasher
gcfflasher: init at 4.0.3-beta
2023-02-07 22:20:33 +00:00
fleaz
a5b2cf49b9 gcfflasher: init at 4.0.3-beta 2023-02-07 22:50:41 +01:00
John Ericson
49786f55e1 fftw: Add meta.pkgConfigModules and test
Add `fftwQuad` to `all-packages.nix` too so that variant is tested.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-07 15:38:16 -05:00
P. R. d. O
4f6e190002
pocket-casts: build from source 2023-02-07 13:48:25 -06:00
GenericNerdyUsername
0e6fa5a27b
python3Packages.riscv-config: init at 3.5.0 2023-02-07 18:18:42 +00:00
GenericNerdyUsername
8e11bd3d05
python3Packages.riscv-isac: init at 0.16.1 2023-02-07 18:18:42 +00:00
GenericNerdyUsername
14f7b52785
python3Packages.pytablewriter: init at 0.64.2 2023-02-07 18:18:41 +00:00
GenericNerdyUsername
ce6fde7abd
python3Packages.tabledata: init at 1.3.0 2023-02-07 18:18:41 +00:00
GenericNerdyUsername
6b1a62aab0
python3Packages.dataproperty: init at 0.55.0 2023-02-07 18:18:41 +00:00
GenericNerdyUsername
032d4bbc88
python3Packages.mbstrdecoder: init at 1.1.1 2023-02-07 18:18:40 +00:00
GenericNerdyUsername
6d3840a67f
python3Packages.typepy: init at 1.3.0 2023-02-07 18:18:40 +00:00
GenericNerdyUsername
cce639c6de
python3Packages.tcolorpy: init at 0.1.2 2023-02-07 18:18:40 +00:00
Vladimír Čunát
3356399453
Merge branch 'master' into staging-next 2023-02-07 17:36:16 +01:00
markuskowa
5cf138823d
Merge pull request #214930 from sheepforce/nwchem
nwchem: init at 7.0.2
2023-02-07 17:30:02 +01:00
Weijia Wang
0a7a74b8a9
Merge pull request #214607 from vbgl/ocaml-irmin-3.5.1
ocamlPackages.irmin: 3.4.1 → 3.5.1
2023-02-07 16:53:53 +01:00
Weijia Wang
06a70c7f35
Merge pull request #215129 from adamcstephens/kitty/0.27.1
kitty: 0.27.0 -> 0.27.1
2023-02-07 16:29:03 +01:00
superherointj
ce2fdc9766 k3s: add multiple versions 2023-02-07 12:27:14 -03:00
ajs124
e75e723427
Merge pull request #214860 from NickCao/freeswitch-ossl
freeswitch: unpin openssl_1_1
2023-02-07 15:44:18 +01:00
Mostly Void
ea95150082
khoj: init at 0.2.5 2023-02-07 19:09:21 +05:30
Mostly Void
500b491a25
python3Packages.sentence-transformers: init at 2.2.2 2023-02-07 19:06:09 +05:30
Adam Stephens
fa2feee9d4
kitty: 0.27.0 -> 0.27.1 2023-02-07 08:32:54 -05:00
Stig
0336b53927
Merge pull request #211809 from johnrichardrinehart/johnrichardrinehart/sqitch-upgraded-templates
sqitch: opt-in powerful templates
2023-02-07 13:47:38 +01:00
John Rinehart
24e6cc417e perlPackages.TemplateToolkit: 3.009 → 3.101 2023-02-07 12:21:36 +00:00
John Rinehart
40ab60b317 perlPackages.AppSqitch: 1.1.0 -> 1.3.1 2023-02-07 12:18:31 +00:00
Jörg Thalheim
3d3180f2ef
Merge pull request #215089 from qowoz/nix-eval-jobs
nix-eval-jobs: 2.12.1 -> 2.13.0
2023-02-07 12:58:30 +01:00
zowoq
98a611259f nix-eval-jobs: 2.12.1 -> 2.13.0
https://github.com/nix-community/nix-eval-jobs/releases/tag/v2.13.0
2023-02-07 19:46:13 +10:00
Phillip Seeber
0079d43275 nwchem: init at 7.0.2 2023-02-07 10:40:14 +01:00
Nick Cao
e7434d6a03
Merge pull request #215048 from VergeDX/pbpctrl
pbpctrl: init at unstable-2023-02-07
2023-02-07 17:30:53 +08:00
Vanilla
f1d41d2874
pbpctrl: init at unstable-2023-02-07 2023-02-07 16:56:56 +08:00
Stig
2349540875
Merge pull request #214925 from NickCao/zonemaster
perlPackages.Zonemaster*: update
2023-02-07 09:17:52 +01:00
Weijia Wang
b6eac37960
Merge pull request #213932 from vbgl/ocaml-dune3
ocamlPackages.dune_3: enable for OCaml < 4.08
2023-02-07 07:30:22 +01:00
Weijia Wang
cad065dddd
Merge pull request #214913 from OPNA2608/update/bambootracker
bambootracker: 0.6.0 -> 0.6.1
2023-02-07 07:11:59 +01:00
github-actions[bot]
41e5bd55d5
Merge master into staging-next 2023-02-07 06:01:28 +00:00
figsoda
291887ff6e lua-language-server: rename from sumneko-lua-language-server
and add figsoda as a maintainer

lua-language-server has been moved to a new organization (LuaLS).
2023-02-06 23:26:51 -05:00
Ben Wolsieffer
025b08b580 protobuf3_21: don't build tests on 32-bit platforms
The tests fail to build on 32-bit platforms, due to an upstream bug which will
be fixed in 3.22. Previously, this was holding back the default protobuf version
on 32-bit platforms to 3.20, which in turn broke packages such as mypy-protobuf
which require 3.21

This commit disables building the tests on 32-bit platforms, allowing 3.21 to
build. Note that we don't ever run the tests on any platform, but they are
normally still built.

Now that 3.21 builds on 32-bit, this commit also unpins 3.20 as the default
version.
2023-02-06 22:17:54 -05:00
Nick Cao
0786ad0f06
Merge pull request #214398 from bcdarwin/ome-zarr-py
python310Packages.ome-zarr: init at 0.6.1
2023-02-07 09:43:23 +08:00
Nick Cao
6543b06db4
Merge pull request #214360 from emilytrau/aiodocker
python3Packages.aiodocker: init at unstable-2022-01-20
2023-02-07 09:41:21 +08:00
Nick Cao
b73fa81cb4
Merge pull request #214645 from marsam/add-pgagroal
pgagroal: init at 1.5.1
2023-02-07 09:32:08 +08:00
Sandro
c7651975cc
Merge pull request #214849 from urandom2/argocd
Fixes https://github.com/NixOS/nixpkgs/issues/214629
2023-02-07 01:50:09 +01:00
Sandro
74673fc73f
Merge pull request #214933 from laalsaas/simple-mtpfs 2023-02-07 01:23:33 +01:00
Sandro
935e19528e
Merge pull request #208433 from OPNA2608/init/alice-tools 2023-02-07 01:03:42 +01:00
github-actions[bot]
b30088fc3f
Merge master into staging-next 2023-02-07 00:02:12 +00:00
Nick Cao
00f5c6f332
perlPackages.ZonemasterCLI: 4.0.1 -> 5.0.1 2023-02-07 07:41:29 +08:00
Nick Cao
c216e89616
perlPackages.ZonemasterEngine: 4.5.1 -> 4.6.1 2023-02-07 07:41:29 +08:00
Nick Cao
aba3b5d8cd
perlPackages.ZonemasterLDNS: 2.2.2 -> 3.1.0 2023-02-07 07:41:28 +08:00
Nick Cao
8e47596d38
perlPackages.NetIPXS: init at 0.22 2023-02-07 07:41:28 +08:00
Sandro
fb2803077b
Merge pull request #214844 from urandom2/rime-cli
Fixes https://github.com/NixOS/nixpkgs/issues/214147
2023-02-07 00:24:13 +01:00
Vincenzo Mantova
fdf6e37dc0
advi: init at 2.0.0 (#214814)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-07 00:23:02 +01:00
Sandro
22a6958f46
Merge pull request #215010 from SnO2WMaN/yamlfmt
close https://github.com/NixOS/nixpkgs/issues/215000
2023-02-06 23:47:57 +01:00
superherointj
0dcf0060d3
Merge pull request #214861 from NickCao/firmware-manager-ossl
firmware-manager: unpin openssl_1_1
2023-02-06 18:58:22 -03:00
superherointj
55116a49b6
Merge pull request #214986 from kilianar/portfolio-0.61.0
portfolio: 0.60.2 -> 0.61.0
2023-02-06 18:48:20 -03:00
Thomas Gerbet
e3bec64e7f phpExtensions.opcache: fix test environment for darwin 2023-02-06 22:47:16 +01:00
Sandro
a9b92e4c39
Merge pull request #210578 from bcdarwin/python3-bambi 2023-02-06 22:45:45 +01:00
SnO2WMaN
f8a7e5cf2b yamlfmt: init at 0.7.1 2023-02-07 06:44:21 +09:00
Sandro
99fe0e68f9
Merge pull request #200014 from Luflosi/update/include-what-you-use 2023-02-06 22:39:23 +01:00
Ivan Kovnatsky
6fe61041dc
pv-migrate: init at 1.0.1 (#210373)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-06 22:32:48 +01:00
Azat Bahawi
6b6e4be57f
Merge pull request #183129 from huantianad/breath-theme
breath-theme: init at unstable-2022-12-22
2023-02-07 00:31:37 +03:00
Sandro
2b013e9bc2
Merge pull request #212982 from gador/pgadmin-6.19 2023-02-06 22:29:11 +01:00
Bernardo Meurer
7b7b6c248c
Merge pull request #214856 from vamega/bencode-py 2023-02-06 15:58:58 -05:00
zowoq
eceae845cd darwin.openwith: init at unstable-2022-10-28 2023-02-07 06:22:06 +10:00
huantian
8a1ff26db4
breath-theme: init at unstable-2022-12-22 2023-02-06 12:09:01 -07:00
Anderson Torres
f7e045e149
Merge pull request #209192 from lucasew/cockpit
cockpit: init at 284
2023-02-06 16:02:27 -03:00
kilianar
349748a7e1 portfolio: 0.60.2 -> 0.61.0
https://github.com/buchen/portfolio/releases/tag/0.61.0
2023-02-06 19:59:18 +01:00
laalsaas
7c193be7f3 simple-mtpfs: init at 0.4.0 2023-02-06 19:54:55 +01:00
markuskowa
f6b2d49d65
Merge pull request #214931 from sheepforce/wxmacmolplt
wxmacmolplt: init at 7.7.2
2023-02-06 19:23:33 +01:00
markuskowa
fc7d506506
Merge pull request #214935 from sheepforce/mopac
mopac: init at 22.0.6
2023-02-06 19:22:09 +01:00
github-actions[bot]
f876e1f1e9
Merge master into staging-next 2023-02-06 18:01:37 +00:00
Varun Madiath
dedb550ce6 bencode-py: init at 4.0.0 2023-02-06 12:14:15 -05:00
figsoda
659d0ec9b8
Merge pull request #214855 from figsoda/zed
zq: merge into zed
2023-02-06 12:13:26 -05:00
OPNA2608
f1db792d8a bambootracker-qt6: init at 0.6.1 2023-02-06 17:48:17 +01:00
OPNA2608
610af7778b bambootracker: 0.6.0 -> 0.6.1 2023-02-06 17:40:45 +01:00
Phillip Seeber
2051d47229 mopac: init at 22.0.6 2023-02-06 16:54:14 +01:00
Phillip Seeber
f1b553de8e wxmacmolplt: init at 7.7.2
wxmacmolplt: restrict evaluation to linux


wxmacmolplt: move into chemistry section in all-packages
2023-02-06 16:50:51 +01:00
figsoda
5efbd4fac6
Merge pull request #214914 from zendo/erdtree
erdtree: init at 1.0.0
2023-02-06 10:39:19 -05:00
markuskowa
6377dcb573
Merge pull request #214936 from sheepforce/rmsd
rmsd: init at 1.5.1
2023-02-06 16:06:36 +01:00
Phillip Seeber
d1c3c776b6 rmsd: init at 1.5.1 2023-02-06 14:14:30 +01:00
Nick Cao
48a5e58275
perlPackages.CryptOpenSSLRSA: unpin openssl_1_1 2023-02-06 20:17:22 +08:00
github-actions[bot]
5b5def96bc
Merge master into staging-next 2023-02-06 12:01:38 +00:00
zendo
9d661624b4 erdtree: init at 1.0.0 2023-02-06 19:34:50 +08:00