Commit graph

52820 commits

Author SHA1 Message Date
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
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
Weijia Wang 4c4184ef92 xmrig: add darwin support 2023-02-09 06:51:55 +01: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 aa06096064
Merge pull request #213832 from GenericNerdyUsername/riscof
python3Packages.riscof: init 1.25.2
2023-02-09 08:31:26 +08: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 6f2d5c582b
sail-riscv-*: init at 0.5 2023-02-08 22:30:39 +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
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
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
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 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
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
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
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 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
Adam Stephens fa2feee9d4
kitty: 0.27.0 -> 0.27.1 2023-02-07 08:32:54 -05: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
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
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
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 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