Commit Graph

81474 Commits

Author SHA1 Message Date
github-actions[bot]
73fe6149d4
Merge master into staging-next 2023-02-09 06:01:10 +00: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
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
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
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