Commit Graph

289371 Commits

Author SHA1 Message Date
Michael Weiss
28a1e9516d
Merge pull request #122627 from primeos/nixos-tests-signal-desktop-db-encryption
nixos/tests/signal-desktop: test if the SQLite DB is (un)encrypted
2021-05-13 21:40:07 +02:00
Pamplemousse
ec4814ae69 python3Packages.pwntools: Patch check for gdb-multiarch
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-05-13 21:39:30 +02:00
Fabian Affolter
6b788d75ec python3Packages.pysonos: 0.0.45 -> 0.0.46 2021-05-13 21:36:12 +02:00
Robert Scott
277996b0e9 python3Packages.hickle: mark as broken
looks like this will be broken until
https://github.com/telegraphic/hickle/issues/143 is addressed
2021-05-13 20:24:03 +01:00
Michael Weiss
217f268534
nixos/tests/signal-desktop: test if the SQLite DB is (un)encrypted
Well, this should test if the database is encrypted but currently it is
still unencrypted and we need to notice if this behaviour changes in the
future (as it will cause data loss, see e.g. #108772).
Anyway, this doesn't really matter for security reasons but we need this
test to prevent data loss (unfortunately Signal-Desktop and SQLCipher
handle this badly... :o).
2021-05-13 21:18:28 +02:00
Robert Scott
4db7d30365
Merge pull request #122836 from rmcgibbo/libunique
libunique: fix darwin
2021-05-13 20:07:01 +01:00
Robert Scott
091f7e0036
Merge pull request #122875 from polygon/mail-parser-patch-fix
mail-parser: Remove invalid requirements.txt patch
2021-05-13 20:04:04 +01:00
hjones2199
036e234a66
siril: fix build with glib-2.68 dependency (#122874) 2021-05-13 15:03:29 -04:00
fortuneteller2k
18b1789e32 rtl8192eu: 20200620 -> 20210403, mark as broken for aarch64 2021-05-13 11:57:16 -07:00
Michael Weiss
03808546e5
nixos/tests/sway: test GPG's pinentry pop-up
This test is important to confirm that $WAYLAND_DISPLAY is correctly
imported via "dbus-update-activation-environment --systemd" which is
done by default since #122605 (00e8e5b123f).
It ensures that the gnome3-pinentry pop-ups work as expected to avoid
regressions like #119445 (which also broke screen sharing).
2021-05-13 20:51:31 +02:00
Maxine Aubrey
04344581df
nomad_0_12: 0.12.10 -> 0.12.12 2021-05-13 20:50:39 +02:00
Michael Weiss
60f2af5938
Merge pull request #122605 from primeos/nixos-sway-extend-default-configuration
nixos/sway: Extend the default configuration for NixOS
2021-05-13 20:48:55 +02:00
Justin Wood
7500267ed9 ErlangR24: init at 24.0
Update configure options

The configure script now needs to be told about the headers and the
actual lib files separately.

Remove extra whitespace
2021-05-13 11:48:19 -07:00
Maxine Aubrey
afb0c71d7e
nomad_1_0: 1.0.4 -> 1.0.5 2021-05-13 20:39:41 +02:00
Eduardo Sánchez Muñoz
39167dd014 seafile-client: add eduardosm as maintainer 2021-05-13 11:39:04 -07:00
Eduardo Sánchez Muñoz
12562e44f1 seafile-client: fix build 2021-05-13 11:39:04 -07:00
ajs124
48c25a9eaf virt-manager-qt: 0.71.95 -> 0.72.97
and fix build
2021-05-13 11:26:34 -07:00
polygon
652e738eef mail-parser: Remove invalid requirements.txt patch
Upstream modified requirements.txt and is no longer pinning
dependencies to exact versions. Instead, it provides version
bounds. Also, the ipaddress dependency is now limited already
in requirements.txt to Python versions < 3.3.

Removed all the patching since it generated an invalid
requirements.txt that caused the build to fail.
2021-05-13 20:26:21 +02:00
fortuneteller2k
ce9315076c linuxPackages.anbox: 2019-11-15 -> 2020-06-14, mark broken for kernels
not supported
2021-05-13 11:23:14 -07:00
Martin Weinelt
460d4a40a0
Merge pull request #122852 from mweinelt/batman-advb
batman-adv: fix build on linux>=5.12
2021-05-13 20:16:27 +02:00
Robert Schütz
f044205741 python3Packages.sanic: disable flaky tests
They fail at least on aarch64.
2021-05-13 11:08:25 -07:00
Florian Beeres
3eac120c3d netlify-cli: fix build
This commit uses the ESBUILD_BINARY_PATH env variable of esbuild to
supply a Nix managed esbuild binary. Otherwise the postInstall script
would try to make a network request.

See below links for more info:

https://github.com/evanw/esbuild/pull/597/files
https://docs.netlify.com/configure-builds/file-based-configuration/#functions
2021-05-13 10:51:17 -07:00
Domen Kožar
bffada7a8a
pypi2nix: mark as broken 2021-05-13 19:36:14 +02:00
Andreas Rammhold
ded32d9192
prosody: 0.11.8 -> 0.11.9
The prosody project has issues a new [release] and published security
[advisory] for CVE-2021-32918, CVE-2021-32920, CVE-2021-32921,
CVE-2021-32917 and CVE-2021-32919.

[advisory]: https://prosody.im/security/advisory_20210512/
[release]: https://blog.prosody.im/prosody-0.11.9-released/
2021-05-13 19:32:28 +02:00
Martin Weinelt
0899b830f8
Merge pull request #122862 from rmcgibbo/csvw
python3Packages.csvw: fix darwin
2021-05-13 19:17:57 +02:00
Jonas Chevalier
c6b62f2381
mkShell: introduce packages argument (#122180)
The distinction between the inputs doesn't really make sense in the
mkShell context.  Technically speaking, we should be using the
nativeBuildInputs most of the time.

So in order to make this function more beginner-friendly, add "packages"
as an attribute, that maps to nativeBuildInputs.

This commit also updates all the uses in nixpkgs.
2021-05-13 19:17:29 +02:00
Rick van Schijndel
7693c5d59b rq: remove #[deny(warnings)] to reduce chance of build failures with rustc update
This fixes a build failure due to an added warning.
2021-05-13 09:55:10 -07:00
Robert T. McGibbon
99c0fb9059 python3Packages.pytorch-metric-learning: fix build 2021-05-13 09:54:08 -07:00
Harrison Houghton
eca1520ebb pdf2djvu: unbreak
The released version requires "poppler-splash", but as of 20.12, that
package is not part of poppler, it seems. The included patch is already
merged to jwilk/pdf2jdvu:master, and simply changes the requirement to
"poppler" only.
2021-05-13 09:49:58 -07:00
R. RyanTM
01b771bce0 gpsprune: 20.3 -> 20.4 2021-05-13 18:48:07 +02:00
DavHau
34703f8873 python3Packages.ipydatawidgets: unbreak 2021-05-13 09:47:09 -07:00
Dmitry Ivankov
9236fe835f sweethome3d: 6.4.2 -> 6.5.2, also bump editors, use fetchurl and fix build
fixes build failures
https://hydra.nixos.org/build/142550788/nixlog/2
https://hydra.nixos.org/build/142549864/nixlog/2

Replaces fetchsvn/fetchcvs with fetchurl because fetchcvs wasn't able to fetch newer versions.

jre8 seems to be required due to InaccessibleObjectException/IllegalAccessException on app start on jdk9+

ZHF: #122042
2021-05-13 09:46:22 -07:00
DavHau
61e1c0fe89 python3Packages.globus-sdk: unbreak 2021-05-13 09:43:10 -07:00
Maxine Aubrey
f2c51f546b open-vm-tools: fix building with glib 2.68 2021-05-13 16:40:07 +00:00
Robert T. McGibbon
1eb2fd13aa python3Packages.csvw: fix darwin 2021-05-13 12:37:35 -04:00
Matthias Devlamynck
ef2742bcde elm-instrument: fix build 2021-05-13 09:36:51 -07:00
Martin Weinelt
d21231534f
Merge pull request #122785 from TredwellGit/linux 2021-05-13 18:31:35 +02:00
Jonathan Ringer
8b348b323d linuxPackages<=4.9: mark broken on aarch64
Assembly errors, which causes all modules
to fail as well.
2021-05-13 09:30:34 -07:00
Frido Friedemann
d52e8aaab5 glcontext: init at 2.3.3 and add as moderngl dep 2021-05-13 09:29:37 -07:00
Luke Granger-Brown
7b056fe82d
Merge pull request #122810 from lukegb/docker-and-nat
nixos/docker: fix evaluation when NAT is enabled too
2021-05-13 17:28:55 +01:00
J. Neto
ecb635c8f8 unfs3: mark as broken
See: https://github.com/unfs3/unfs3/issues/13
2021-05-13 09:27:31 -07:00
Sebastian Sellmeier
cd0b34aff2 terminator: 2.1.0 -> 2.1.1 2021-05-13 18:20:51 +02:00
Martin Weinelt
d5bda9ed61
batman-adv: fix build on linux>=5.12 2021-05-13 18:19:32 +02:00
Sebastian Sellmeier
82d1538446
volctl: 0.8.0 -> 0.8.2 2021-05-13 18:13:43 +02:00
Martin Weinelt
b859a61f5c
wallabag: 2.4.1 -> 2.4.2
https://github.com/wallabag/wallabag/releases/tag/2.4.2
2021-05-13 18:10:22 +02:00
Jonas Chevalier
4d8d997105
Merge pull request #122818 from iAmMrinal0/update/google-cloud-sdk
google-cloud-sdk: 339.0.0 -> 340.0.0
2021-05-13 17:38:30 +02:00
Sebastian Sellmeier
72548d647f
Postman: 7.36.1 -> 8.4.0, added missing libdrm/mesa 2021-05-13 17:26:33 +02:00
R. RyanTM
a8458ce5dd atlassian-jira: 8.14.1 -> 8.16.1 2021-05-13 14:32:53 +00:00
Marek Mahut
1a0d37a683
Merge pull request #122809 from r-ryantm/auto-update/ergo
ergo: 4.0.9 -> 4.0.10
2021-05-13 16:32:08 +02:00
Robert T. McGibbon
e6997a0900 libunique: fix darwin 2021-05-13 10:19:08 -04:00