Robert Hensing
e8e9cebbda
Merge pull request #175265 from hercules-ci/issue-175196
...
Fix issue #175196 , infinite recursion in pkgs/config.nix
2022-05-29 10:53:31 +02:00
Robert Hensing
1a7c0eac15
pkgs/config.nix: Fix infinite recursion when freeform config is strict in pkgs
...
https://github.com/NixOS/nixpkgs/issues/175196
The loop involved:
- pkgs is strict in the config.nix freeformType's produced attrNames,
as these are included in the config.
- the attrNames were strict in all the direct attrValues, because of
scanning for `mkIf`s.
`lazyAttrsOf` removes proper `mkIf` support, which we don't need here.
2022-05-29 10:25:39 +02:00
Vincent Laporte
5637570f51
ocamlPackages: rename sedlex_2 into sedlex
2022-05-29 08:48:00 +02:00
Vincent Laporte
c3e55aa79a
ocamlPackages.sedlex: remove at 1.99.5
2022-05-29 08:48:00 +02:00
Dmitry Bogatov
64da60d311
passage: init at unstable-2022-05-01
2022-05-29 00:19:34 -04:00
Ivv
e2bdf49580
Merge pull request #173134 from linsui/yutto
...
yutto: init at 2.0.0b13
2022-05-29 02:41:52 +02:00
Robert Schütz
57436c50ee
python310Packages.miniaudio: fix build on Darwin
2022-05-28 17:15:54 -07:00
Sandro
d7528289e7
Merge pull request #167028 from dadada/init-nmrpflash
2022-05-28 22:29:40 +02:00
Alyssa Ross
c3c0dd00d8
treewide: fix loss of precision in NixOS systems
...
Prior to this patch:
$ nix-instantiate --eval -E '
> with import ./. {
> localSystem.config = "aarch64-unknown-linux-musl";
> };
> (nixos {}).config.nixpkgs.localSystem.config
> '
"aarch64-unknown-linux-gnu"
Because only the system triple was being passed through, the Musl part
of the system specification was lost. This patch fixes various
occurrences of NixOS evaluation when a Nixpkgs evaluation is already
available, to pass through the full elaborated system attribute set,
to avoid this loss of precision.
2022-05-28 20:01:55 +00:00
Sandro
612defb824
Merge pull request #173141 from gador/init-deal
...
python3Packages.deal: init at 4.23.3
2022-05-28 21:40:23 +02:00
Sandro
05bacb0c30
Merge pull request #173140 from gador/init-icontract
2022-05-28 21:39:15 +02:00
Fabian Affolter
3409165e4c
Merge pull request #174996 from fabaff/dvc-bump
...
dvc: 2.9.5 -> 2.10.2
2022-05-28 21:09:21 +02:00
Mario Rodas
8bce8b05d3
Merge pull request #173501 from aaronjheng/mysql80
...
mysql: 8.0.28 -> 8.0.29
2022-05-28 13:23:48 -05:00
dadada
9d792ec3af
nmrpflash: init at 0.9.16
2022-05-28 20:04:45 +02:00
Sandro
c017fda0a3
Merge pull request #175019 from SuperSandro2000/django-model-utils
2022-05-28 16:45:11 +02:00
Sandro
3770e4f913
python310Packages.webauthn: init at 1.5.2 ( #175018 )
...
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2022-05-28 16:44:51 +02:00
Sandro
79b963a795
Merge pull request #175016 from SuperSandro2000/django-otp
...
python310Packages.django-otp: init at 1.1.3
2022-05-28 02:33:44 +02:00
Sandro
c8644c8868
Merge pull request #175015 from SuperSandro2000/djangorestframework-guardian
...
python310Packages.djangorestframework-guardian: init at 0.3.0
2022-05-28 02:33:28 +02:00
Yang, Bo
f4825e5e9f
libdwarf: 20181024 -> 20210528 ( #174977 )
2022-05-28 02:33:02 +02:00
Sandro
23818caaed
Merge pull request #173947 from LunNova/lunnova/init-vkdisplayinfo
...
vkdisplayinfo: init at 0.1
2022-05-28 00:49:44 +02:00
Luna Nova
108dea5cda
vkdisplayinfo: init at 0.1
...
https://github.com/ChristophHaag/vkdisplayinfo
Apply suggestions from @SuperSandro2000's code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Don't use pipefail
2022-05-27 18:56:45 -07:00
Sandro
1c3d61e8aa
Merge pull request #174149 from chivay/honggfuzz-fix
...
honggfuzz: Use LLVM 12
2022-05-28 00:42:44 +02:00
Maximilian Bosch
39dbb63501
Merge pull request #174738 from bjornfor/fix-pulseview
...
pulseview: hotfix build
2022-05-28 00:15:20 +02:00
Sandro Jäckel
c00eb4b829
python310Packages.django-model-utils: init at 4.2.0
2022-05-27 23:58:04 +02:00
Sandro Jäckel
a2fd5a0c23
python310Packages.django-otp: init at 1.1.3
2022-05-27 23:55:43 +02:00
Sandro Jäckel
89a3bd293c
python310Packages.djangorestframework-guardian: init at 0.3.0
2022-05-27 23:53:33 +02:00
Sandro
2992f686ea
Merge pull request #175012 from SuperSandro2000/service-identity
...
python310Packages.service-identity: normalise directory name
2022-05-27 23:50:40 +02:00
Sandro Jäckel
2a5bbbc6e9
python310Packages.service-identity: normalise directory name
2022-05-27 23:19:37 +02:00
Fabian Affolter
9633a16a9e
Merge pull request #174152 from fabaff/numba-scipy-fix
...
python39Packages.numba-scipy: update stale substituteInPlace
2022-05-27 21:41:55 +02:00
Fabian Affolter
e45d512ec5
python310Packages.dvclive: init at 0.8.2
2022-05-27 21:27:55 +02:00
Fabian Affolter
5ea241396e
python310Packages.dvc-render: init at 0.0.5
2022-05-27 21:22:04 +02:00
Fabian Affolter
6a99dc6498
python310Packages.pytest-test-utils: init at 0.0.6
2022-05-27 21:19:04 +02:00
Bjørn Forsman
8d5481d01c
pulseview: hotfix build
...
libsForQt514 uses a custom stdenv that cause breakage when mixed with
boost built with normal stdenv. Fix it by building boost with the same
stdenv as libsForQt514.
This is a dirty fix compared to https://github.com/NixOS/nixpkgs/pull/171380 ,
but without mass rebuilds.
2022-05-27 20:22:02 +02:00
Sandro
d07a00f0b9
Merge pull request #174685 from dotlambda/warp-init
...
warp: init at 0.1.2
2022-05-27 19:37:53 +02:00
Sandro
1b5980eb61
Merge pull request #174960 from SuperSandro2000/binocle
...
binocle: init at 0.3.0
2022-05-27 19:05:21 +02:00
Sandro
83f03401a7
Merge pull request #174819 from mweinelt/ansible
...
ansible_2_12: 2.12.5 -> 2.12.6; add meta.changelog; remove my maintainership
2022-05-27 18:52:05 +02:00
Sandro
00a700e7ae
Merge pull request #171205 from aaronjheng/okteto
...
okteto: init at 2.3.1
2022-05-27 18:48:33 +02:00
Sandro
2539189d0f
Merge pull request #174560 from RamKromberg/fix/metamorphose2
...
metamorphose2: 0.9.0 -> 0.10.0 & revert drop
2022-05-27 18:39:04 +02:00
Sandro Jäckel
6ff6d35a69
binocle: init at 0.3.0
2022-05-27 18:38:30 +02:00
ajs124
5c28369903
Merge pull request #174734 from helsinki-systems/feat/trunk-pkgs
...
release: Slightly adjust release-critical packages
2022-05-27 18:24:11 +02:00
Fabian Affolter
85c465bd0a
Merge pull request #174242 from fabaff/dask-xgboost-remove
...
dask-xgboost: remove
2022-05-27 17:50:21 +02:00
Sandro
ae6a952cbd
Merge pull request #172939 from WolfangAukang/protovpn-cli-nmcli
...
python3Packages.protonvpn-nm-lib: add dependencies
2022-05-27 17:39:52 +02:00
Janne Heß
5c39ed00c6
Merge pull request #174722 from helsinki-systems/fix/perlPackages
...
perl*Packages: Fix all packages
2022-05-27 17:34:09 +02:00
sternenseemann
d01774baa3
Merge pull request #174917 from alyssais/scaleway-c1
...
lib.systems: drop scaleway-c1
2022-05-27 14:52:42 +02:00
P. R. d. O
2361dc9f4a
python3Packages.protonvpn-nm-cli: add dependencies
2022-05-27 06:44:08 -06:00
Alyssa Ross
089ff89f49
lib.systems: drop scaleway-c1
...
These servers apparently no longer exist, since September 2, 2021[1].
If somebody needs this for non-Scaleway machines, they should suggest
its reintroduction with a different name.
[1]: https://news.ycombinator.com/item?id=27192757
2022-05-27 12:02:39 +00:00
maxine [they]
7758705cfd
Merge pull request #174794 from maxeaubrey/kind_0.14.0
...
kind: 0.11.1 -> 0.14.0
2022-05-27 12:32:52 +02:00
Doron Behar
abed44794d
Merge pull request #174875 from doronbehar/pkg/syncthingtray
2022-05-27 11:58:11 +03:00
Doron Behar
bf8134d860
libsForQt5.qtforkawesome: init at 0.0.4
2022-05-27 09:45:34 +03:00
Aaron Jheng
bbf24b7305
okteto: init at 2.3.1
2022-05-27 00:48:19 +00:00