Commit Graph

380026 Commits

Author SHA1 Message Date
Ben Siraphob
a6691ae1ee
Merge pull request #173954 from r-ryantm/auto-update/python3.10-shortuuid
python310Packages.shortuuid: 1.0.8 -> 1.0.9
2022-05-23 16:59:26 -07:00
Ben Siraphob
60129f5a70
Merge pull request #174180 from sikmir/gnuclad
gnuclad: enable on darwin
2022-05-23 16:50:18 -07:00
sternenseemann
392b95da61
Merge pull request #140271 from sternenseemann/executable-cross
stdenv.mkDerivation: be less strict about check execution for cross
2022-05-24 01:14:36 +02:00
Martin Weinelt
6f044ed7aa
Merge pull request #174193 from collares/testmore
perlPackages.NumberPhone: remove dep on null alias
2022-05-24 00:54:12 +02:00
Mauricio Collares
bbfdf8f138 perlPackages.NumberPhone: rm TestMore dependency
TestMore is an alias for TestSimple, which is an alias for null
2022-05-23 14:48:35 -07:00
Robert Scott
7c7d71d90e
Merge pull request #174148 from fabaff/s3bro-fix
s3bro: remove use_2to3
2022-05-23 22:29:33 +01:00
Robert Scott
633e8be5f0
Merge pull request #174084 from gador/aspy-darwin
python3Packages.aspy-refactor-imports: fix url and darwin test failure
2022-05-23 22:24:29 +01:00
Martin Weinelt
76937eaca0
Merge pull request #174182 from mweinelt/wallabag 2022-05-23 23:18:53 +02:00
Martin Weinelt
da56374a49
wallabag: 2.4.3 -> 2.5.0
https://github.com/wallabag/wallabag/releases/tag/2.5.0
2022-05-23 22:54:14 +02:00
Fabian Affolter
a0b95bb245
Merge pull request #174168 from fabaff/hahomematic-bump
python310Packages.hahomematic: 1.4.0 -> 1.5.0
2022-05-23 22:54:10 +02:00
Fabian Affolter
567855faf1
Merge pull request #174169 from fabaff/sepaxml-bump
python310Packages.sepaxml: 2.4.1 -> 2.5.0
2022-05-23 22:53:51 +02:00
Florian Brandes
2f4da397f0
python3Packages.aspy-refactor-imports: fix url and darwin test failure
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-05-23 22:43:22 +02:00
Nikolay Korotkiy
87e0baba2d
gnuclad: enable on darwin 2022-05-23 23:15:20 +03:00
Thomas Tuegel
a81fb7121a
Merge pull request #169296 from NickCao/qt6-cleanup
qt6: init at 6.3.0
2022-05-23 15:10:40 -05:00
Alyssa Ross
c5eedd1ae5 linuxPackages.gcadapter-oc-kmod: 1.4 -> unstable-2021-12-11
Fixes build with Linux 5.18.
2022-05-23 19:50:04 +00:00
Fabian Affolter
bf972dc380
Merge pull request #174136 from wyndon/update-httm
httm: 0.10.9 -> 0.10.10
2022-05-23 21:47:02 +02:00
Fabian Affolter
99d8d3b38a
Merge pull request #174155 from 06kellyjac/snazy
snazy: 0.9.0 -> 0.10.0
2022-05-23 21:38:32 +02:00
Fabian Affolter
f0588790be
Merge pull request #174142 from r-ryantm/auto-update/flexget
flexget: 3.3.11 -> 3.3.12
2022-05-23 21:32:02 +02:00
Sandro
49d6b4aa34
Merge pull request #173512 from SuperSandro2000/gnupg-pinentry
nixos/gnupg: default to a reasonable pinentry program on headless sys…
2022-05-23 21:29:16 +02:00
Sandro
47550f7bc8
Merge pull request #173548 from SuperSandro2000/django-allauth
python310Packages.django-allauth: 0.47.0 -> 0.50.0, adopt
2022-05-23 21:28:58 +02:00
Sandro
48a1bc92aa
Merge pull request #173553 from SuperSandro2000/django-rest-auth
python310Packages.django-rest-auth: adopt, prepare to run tests
2022-05-23 21:27:08 +02:00
sternenseemann
82c434b3de lib.systems: inform isCompatible users about removal 2022-05-23 21:26:03 +02:00
sternenseemann
1f8bae43e4 nixos/doc/rl-2211.section.md: changes w.r.t. cross check execution 2022-05-23 21:25:04 +02:00
sternenseemann
c6cbef9aec libffi: disable tests if linked statically
TCL 8.6 which dejagnu requires can't be linked statically.
2022-05-23 21:25:04 +02:00
sternenseemann
41485e7337 stdenv.mkDerivation: be less strict about check execution for cross
Instead of requiring the platforms be equal, use `isCompatible` to
determine if we can execute tests. The upside of this is that we now
can execute tests for natively cross compiled package sets like
pkgsStatic, pkgsLLVM and pkgsCross.musl64 etc.
2022-05-23 21:25:04 +02:00
sternenseemann
acb063701a lib.systems.elaborate: expose canExecute predicate over isCompatible
canExecute is like isCompatible, but also checks that the Kernels are
_equal_, i.e. that both platforms use the same syscall interface. This
is crucial in order to actually be able to execute binaries for the
other platform.

isCompatible is dropped, since it has changed semantically and there's
no use case left in nixpkgs.
2022-05-23 21:25:04 +02:00
sternenseemann
fe836f3564 lib/systems/parse: don't consider mode switching CPUs compatible
Since we (exclusively) use isCompatible to gauge whether platform a can
execute binaries built for platform b, mode switching CPUs are not to be
considered compatible for our purposes: Switching the mode of a CPU
usually requires a reset. At the very least we can't execute a mix of
executables for the two modes which would usually be the case in nixpkgs
where we may want to execute buildInputs for the hostPlatform in
addition to nativeBuildInputs for the buildPlatform.
2022-05-23 21:25:04 +02:00
Sandro
5e202a5e49
Merge pull request #173588 from SuperSandro2000/drf-spectacular-sidecar
python310Packages.drf-spectacular-sidecar: init at 2022.5.1
2022-05-23 21:23:55 +02:00
Fabian Affolter
9b25d1aa7b python310Packages.sepaxml: 2.4.1 -> 2.5.0 2022-05-23 21:22:09 +02:00
Fabian Affolter
ef51af1203 python310Packages.hahomematic: 1.4.0 -> 1.5.0 2022-05-23 21:20:49 +02:00
Fabian Affolter
49b3cf7e4c
Merge pull request #174130 from r-ryantm/auto-update/python3.10-xmlschema
python310Packages.xmlschema: 1.11.0 -> 1.11.1
2022-05-23 21:19:33 +02:00
Janne Heß
953b5d19bc
manual: Fix the 22.11 changelog 2022-05-23 21:13:37 +02:00
Sandro
f53356cb1b
Merge pull request #173587 from SuperSandro2000/unittest-xml-reporting
python310Packages.unittest-xml-reporting: enable tests, adopt
2022-05-23 21:11:14 +02:00
Guillaume Girol
09f34965e2
Merge pull request #170297 from Julow/ocamlformat_0_21
Ocamlformat 0.21.0 and Cmdliner 1.1.1
2022-05-23 19:06:30 +00:00
Sandro
f22eb79f85
Merge pull request #173741 from pborzenkov/perl-number-phone 2022-05-23 21:04:05 +02:00
Sandro
59a445b82f
Merge pull request #169205 from revol-xut/master
lingua-franca: 0.1.0-alpha -> 0.1.0-beta
2022-05-23 21:03:16 +02:00
Fabian Affolter
2e190aaef8
Merge pull request #174151 from 06kellyjac/syft
syft: 0.46.1 -> 0.46.2
2022-05-23 21:02:30 +02:00
Fabian Affolter
0683d64cf0
Merge pull request #174123 from r-ryantm/auto-update/python3.10-types-setuptools
python310Packages.types-setuptools: 57.4.14 -> 57.4.15
2022-05-23 20:48:56 +02:00
Maximilian Bosch
2b7e06e0b6
Merge pull request #174145 from alarsyo/nextcloud24-php8
nixos/nextcloud: use PHP 8 avoiding broken 2FA app
2022-05-23 20:23:11 +02:00
Artturi
cf3cb4893f
Merge pull request #152988 from dukc/dmdLegacyFix 2022-05-23 21:17:47 +03:00
Janne Heß
bfdfe12c78
22.11 is Raccoon 2022-05-23 20:08:07 +02:00
Janne Heß
e728029b30
workflows: Replace 21.05 with 22.05 2022-05-23 19:57:42 +02:00
Janne Heß
3673f148b3
Merge remote-tracking branch 'origin/staging-next'
* origin/staging-next: (62 commits)
  Re-Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)"
  openldap: fix cross-compilation
  makeBinaryWrapper: fix codesign on aarch64-darwin
  python3Packages.ldap: fix linking with openldap 2.5+
  Revert "lua: fix on darwin by using makeBinaryWrapper (#172749)"
  wine: enable parallel build again
  pkgsi686Linux.gdb: fix formatting for 32-bit systems
  gtk4: Fix incorrect merge
  nixos/openldap: use upstream unit defaults
  openldap: update maintainers
  openldap: 2.4.58 -> 2.6.2
  Revert "Add mingwW64-llvm cross-system."
  lua: fix on darwin by using makeBinaryWrapper (#172749)
  python310Packages.python-mimeparse: execute tests
  pandas: fix darwin build
  gtk3: 3.24.33 -> 3.24.33-2022-03-11
  gtk4: patch fixing g-c-c crashes
  e2fsprogs: patch for CVE-2022-1304
  firefox-unwrapped: fix cross compilation
  rustc: expose correct llvmPackages for cross compile
  ...
2022-05-23 19:56:59 +02:00
06kellyjac
c376e5b589 snazy: 0.9.0 -> 0.10.0 2022-05-23 18:52:35 +01:00
Martin Weinelt
41cc1d5d95
Merge pull request #174154 from helsinki-systems/fix/2205-changeloggst 2022-05-23 19:29:22 +02:00
Janne Heß
c1c368194e
release-notes: Fix the first lines for 22.05
They had the wrong order
2022-05-23 19:19:13 +02:00
ajs124
3d97e079df
Merge pull request #168618 from Luflosi/update/nextpnr
nextpnr: 2022.01.03 -> 0.3
2022-05-23 19:06:16 +02:00
06kellyjac
74457ff923 syft: 0.46.1 -> 0.46.2 2022-05-23 18:04:09 +01:00
Fabian Affolter
aa608e458c s3bro: remove use_2to3 2022-05-23 18:55:14 +02:00
Antoine Martin
f3f0b60006 nixos/nextcloud: use PHP 8 avoiding broken 2FA app 2022-05-23 18:39:39 +02:00