Commit Graph

80668 Commits

Author SHA1 Message Date
Thibault Gagnaux
e3374aff8a
manifest-tool: init at v2.0.6 2023-01-23 08:52:02 +01:00
John Ericson
efd68366c0
Merge pull request #212170 from alyssais/libcIconv
libiconv: use libc header on NetBSD
2023-01-22 23:21:26 -05:00
Nick Cao
6d378c3747
Merge pull request #212152 from dit7ya/cdxgen
cdxgen: init at 6.0.14
2023-01-23 11:27:53 +08:00
Bobby Rong
798513fd9e
Merge pull request #211764 from bobby285271/upd/libchamplain
libchamplain cleanups
2023-01-23 11:13:06 +08:00
figsoda
0577435216
Merge pull request #212026 from figsoda/careful
cargo-careful: init at 0.2.4
2023-01-22 21:55:15 -05:00
Bobby Rong
a4e6fbc3bf
gnome.empathy: drop
Unmaintained and does not launch.

libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.

Already removed in debian when bumping GNOME to 43: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018122
2023-01-23 10:13:02 +08:00
Nick Cao
f85005c85e
git-trim: unpin openssl_1_1 2023-01-23 09:57:04 +08:00
Nick Cao
93da9cccfa
journaldriver: unpin openssl_1_1 2023-01-23 09:57:03 +08:00
Nick Cao
f6d98679bb
cliscord: unpin openssl_1_1 2023-01-23 09:57:03 +08:00
Nick Cao
9f370f0f74
cargo-bisect-rustc: unpin openssl_1_1 2023-01-23 09:57:02 +08:00
Sandro
206c845cef
Merge pull request #202854 from Flakebi/vulkan-cts 2023-01-22 22:21:45 +01:00
Alyssa Ross
b19185fdb2
libiconv: use libc header on NetBSD
Let's be consistent about this.

Updated netbsd.libc to have a pname attribute so it's compatible with
libcIconv.
2023-01-22 21:11:41 +00:00
Alyssa Ross
be62259393
libcIconv: rename from glibcIconv
There's nothing Glibc-specific about this function — it's already used
for musl and wasilibc as well!  I haven't bothered with an alias as I
think it's highly unlikely anybody uses this function outside Nixpkgs.
2023-01-22 20:56:05 +00:00
Jonas Heinrich
6405c52551 python3Packages.django-login-required-middleware: init at 0.9.0 2023-01-22 14:37:39 -05:00
Mostly Void
eaed23363a
cdxgen: init at 6.0.14 2023-01-23 00:10:29 +05:30
Fabian Affolter
341a90059f
Merge pull request #212136 from fabaff/dvc-objects-bump
python310Packages.dvc-data: 0.28.4 -> 0.35.1, python310Packages.dvc-objects: 0.14.0 -> 0.19.0
2023-01-22 19:15:15 +01:00
Domen Kožar
9d57399b8e
Merge pull request #157628 from veprbl/pr/darwin_cctools_apple
darwin.cctools-apple: init at 973.0.1-609
2023-01-22 17:21:33 +00:00
Fabian Affolter
6273b43743 python310Packages.sqltrie: init at 0.0.26 2023-01-22 18:09:42 +01:00
Alyssa Ross
bee40cfe26 all-packages: never inherit libiconv from darwin
libiconv and darwin.libiconv are the same thing on Darwin, but using
darwin.libiconv means that packages will necessarily not be correct
for other platforms where we don't include libiconv in libc, like
FreeBSD.
2023-01-22 13:29:36 +00:00
Fabian Affolter
369de1c1e4
Merge pull request #212005 from figsoda/askalono
askalono: init at 0.4.6
2023-01-22 13:56:56 +01:00
Artturi
8308b25bb7
Merge pull request #212082 from QuantMint/copyq-qt6 2023-01-22 13:44:18 +02:00
Jörg Thalheim
93915d2f95
Merge pull request #212051 from wegank/nheko-aarch64-linux
mtxclient, nheko: fix build on aarch64-linux
2023-01-22 11:37:17 +00:00
Florian Klink
d99d2ceec6
Merge pull request #192197 from amjoseph-nixpkgs/pr/system/isSystemd
treewide: systemdSupport: use lib.meta.availableOn
2023-01-22 12:34:30 +01:00
Fabian Affolter
2878ebbaf1
Merge pull request #209097 from fabaff/gassist-text
python310Packages.gassist-text: init at 0.0.7
2023-01-22 12:04:31 +01:00
QuantMint
7b61a2bf69 copyq: build with qt6 2023-01-22 11:46:51 +01:00
Fabian Affolter
6d0c7f746f python310Packages.ward: init at 0.67.0b0 2023-01-22 10:54:21 +01:00
Nick Cao
75edfc3fd9
Merge pull request #212043 from candyc1oud/coost
coost: init at 3.0.0
2023-01-22 16:52:56 +08:00
Jonas Heinrich
33cc4f5a57
Merge pull request #211851 from pbsds/hdf5plugin-init
python3Packages.hdf5plugin: init at 4.1.0
2023-01-22 09:38:13 +01:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Fabian Affolter
9fc39a81c2
Merge pull request #211934 from fabaff/yamlfix-fix
python310Packages.yamlfix: 0.8.2 -> 1.5.0
2023-01-22 09:24:06 +01:00
Nick Cao
a0ea430bad
Merge pull request #201378 from Flakebi/clini
clini: init at 0.1.0
2023-01-22 16:22:08 +08:00
Nick Cao
e9069c80a8
Merge pull request #203424 from chvp/add-udp2raw
udp2raw: init at 20200818.0
2023-01-22 16:20:49 +08:00
Weijia Wang
a10858477f nheko: fix build on aarch64-linux 2023-01-22 09:14:42 +01:00
Weijia Wang
c0407c30ca mtxclient: fix build on aarch64-linux 2023-01-22 09:14:34 +01:00
Jonas Heinrich
da778757da
Merge pull request #211958 from figsoda/nixpkgs-hammering
nixpkgs-hammering: init at unstable-2022-11-15
2023-01-22 07:08:15 +01:00
Candy Cloud
5544335d8d coost: init at 3.0.0 2023-01-22 05:40:20 +00:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
figsoda
a2f9ee028e cargo-careful: init at 0.2.4 2023-01-21 20:34:17 -05:00
figsoda
2b01ef7616 askalono: init at 0.4.6 2023-01-21 17:13:11 -05:00
Colin Arnott
eeb6a1e7ed
ivpn{,-service}: init at 3.10.0 (#211888)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-21 20:00:46 +01:00
Jonas Chevalier
d49790879e
Merge pull request #211423 from srounce/add-oversteer-gui
oversteer: init at 0.7.2
2023-01-21 18:41:05 +01:00
Sandro
019b182221
Merge pull request #203867 from jordanisaacs/nqptp-init 2023-01-21 18:38:39 +01:00
Sandro
c93f87e3c9
Merge pull request #208957 from marsam/update-opam 2023-01-21 18:36:38 +01:00
Samuel Rounce
6813f200b9 oversteer: init at 0.7.2
Add Oversteer - Steering Wheel Manager for Linux
at version [0.7.2](https://github.com/berarma/oversteer/releases/tag/0.7.2).
2023-01-21 17:05:27 +00:00
figsoda
63ff217996 nixpkgs-hammering: init at unstable-2022-11-15 2023-01-21 11:26:21 -05:00
Fabian Affolter
c3ac6156f4 python310Packages.maison: init at 1.4.0 2023-01-21 14:33:36 +01:00
Alyssa Ross
0c61668468 readstat: always depend on top-level libiconv
Top-level libiconv is defined per-platform.  The actual libiconv
library won't be built on platforms like Linux where it doesn't need
to be, so there's no need to maintain a separate platform list here.

Required to build for FreeBSD.
2023-01-21 12:54:25 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Nick Cao
bfc50c1faf
Merge pull request #211379 from xanderio/fix-clickgen
bibata-cursors: 1.1.2 -> 2.0.3; clickgen: fix build after update to 2.1.3
2023-01-21 19:50:28 +08:00