Commit graph

52854 commits

Author SHA1 Message Date
Anderson Torres 782caacdc9
Merge pull request #215686 from superherointj/pkg-dosbox-staging-0.80.1
dosbox-staging: 0.78.1 -> 0.80.1
2023-02-11 08:17:19 -03:00
Weijia Wang 5c6ed98a1e
Merge pull request #215782 from wegank/nushell-darwin
nushell: fix build on x86_64-darwin
2023-02-11 10:01:24 +01:00
Weijia Wang 51f387beff nushell: fix build on x86_64-darwin 2023-02-11 09:04:08 +01:00
figsoda 616743a4c2
Merge pull request #215632 from figsoda/pkgtop
pkgtop: init at 2.4.1
2023-02-10 23:29:21 -05:00
figsoda df4ff1aaf8
Merge pull request #215624 from figsoda/muffet
muffet: init at 2.7.0
2023-02-10 22:37:21 -05:00
superherointj 8cd35e0ef6 irr1: init 1.9.4
Release: https://github.com/berndporr/iir1/releases/tag/1.9.4
2023-02-10 23:09:35 -03:00
figsoda 9fb57a4022
Merge pull request #215619 from figsoda/lipl
lipl: init at 0.1.3
2023-02-10 20:55:14 -05:00
figsoda 40ebfaedf0
Merge pull request #215595 from figsoda/zps
zps: init at 1.2.8
2023-02-10 19:12:00 -05:00
Anderson Torres d4e299de09
Merge pull request #214551 from atorres1985-contrib/wtfis
wtfis: init at 0.5.1
2023-02-10 17:05:29 -03:00
figsoda db4c7e8321
Merge pull request #215580 from figsoda/binstall
cargo-binstall: init at 0.19.3
2023-02-10 13:05:30 -05:00
Jonas Heinrich 9f4afc1dca jpcre2: init at 10.32.01 2023-02-10 09:55:40 -05:00
Jonas Heinrich d949f94875 rnm: init at 4.0.9 2023-02-10 09:55:40 -05:00
Weijia Wang 32b3026755
Merge pull request #181787 from kylesferrazza/update-watchman
Update watchman (and create all the packages it now depends on)
2023-02-10 07:09:44 +01:00
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
figsoda 469a7b7389 zps: init at 1.2.8 2023-02-09 18:39:47 -05:00
Sandro 03b08dca79
Merge pull request #206026 from tehmatt/tehmatt-flac2all 2023-02-09 22:24:30 +01: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
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
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
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 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