287977 Commits

Author SHA1 Message Date
Michael Weiss
957b7a476e
nixos/tests/sway: init
This adds a basic test for Sway. Because Sway is an important part of
the Wayland ecosystem, is stable, and has few dependencies this test
should also be suitable for testing core packages it depends on (e.g.
wayland, wayland-protocols, wlroots, xwayland, mesa, libglvnd, libdrm,
and soon libseat).

The test is modeled after the suggested way of using Sway, i.e. logging
in via a virtual console (tty1) and copying the configuration from
/etc/sway/config (we replace Mod4 (the GNU/Tux key - you've replaced
that evil logo, right? :D) with Mod1 (Alt key) because QEMU monitor's
sendkey command doesn't support the former).

The shell aliases are used to make the sendkey log output shorter.

Co-authored-by: Patrick Hilhorst <git@hilhorst.be>
2021-05-04 16:52:36 +02:00
lunik1
6a03a62af4
opera: 68.0.3618.36 → 76.0.4017.94 2021-05-04 15:44:50 +01:00
sternenseemann
207651a347 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-05-04 16:41:58 +02:00
sternenseemann
4da6569df4 haskellPackages.pinboard-notes-backup: add bdesham to maintainers 2021-05-04 16:40:08 +02:00
sternenseemann
917524cb39 pinboard-notes-backup: justStaticExecutables, move overrides
Should reduce closure size and reduce the difference between top-level
and haskellPackages version of pinboard-notes-backup.
2021-05-04 16:40:08 +02:00
Andreas Rammhold
94253a60ce
Merge pull request #121686 from alyssais/strace
strace: add myself as maintainer
2021-05-04 16:37:18 +02:00
Robert Hensing
519a435b08 nixos/hercules-ci-agent: Set default labels 2021-05-04 16:29:05 +02:00
Robert Hensing
4abd56732e nixos/hercules-ci-agent: Set default concurrency to auto 2021-05-04 16:28:31 +02:00
Michael Weiss
3c1a76611e
nixos/test-driver: Allow interactive testing on Wayland-only setups
On my system I have XWayland disabled and therefore only WAYLAND_DISPLAY
is set. This ensures that the graphical output will still be enabled on
such setups (both Wayland and X11 are supported by the viewer).
2021-05-04 16:23:02 +02:00
Martin Weinelt
a1b341da7e
Merge pull request #121672 from dotlambda/esphome-dont-maintain 2021-05-04 16:15:32 +02:00
David Birks
97a81efca3
lens: 4.2.0 -> 4.2.4 2021-05-04 10:11:01 -04:00
sternenseemann
75f01ec909 yi: unbreak
yi-language: apply patch allowing newer regex-* dependencies
2021-05-04 16:06:57 +02:00
Robert Schütz
8fda249f9c recapp: init at 1.1.1 2021-05-04 16:05:49 +02:00
William Johansson
745a8ea503 xen: remove unreferenced patches 2021-05-04 14:03:29 +00:00
ajs124
8a249aa732 exim: 4.94 -> 4.94.2
Fixes a dozen security vulnerabilities
2021-05-04 15:49:16 +02:00
Ryan Mulligan
cc8c35a260
Merge pull request #121683 from r-ryantm/auto-update/entr
entr: 4.8 -> 4.9
2021-05-04 06:46:10 -07:00
sternenseemann
ea71b0aa91 top-level/release-haskell.nix: also tests writers tests
This should show us what impact our changes have on writeHaskell.
2021-05-04 15:42:49 +02:00
sternenseemann
07dd4a91f5 top-level/release-haskell.nix: use top-level git-annex attribute
This saves us from the annoyances of the gitAndTools attribute set which
doesn't have recurseForDerivations and is thus ignored by
packagePlatforms.
2021-05-04 15:42:46 +02:00
sternenseemann
6784d2b87c top-level/release-haskell.nix: add less obvious top-level haskell pkgs
These were found by grepping for haskellPackages in the whole
repository.
2021-05-04 15:41:59 +02:00
Atemu
cfb29088b4 linux_lqx: 5.11.16 -> 5.11.18 2021-05-04 15:13:54 +02:00
Luke Granger-Brown
66c384e30c
Merge pull request #121611 from lukegb/mercurial
mercurial: 5.6 -> 5.8, oxidize
2021-05-04 14:11:36 +01:00
Martin Weinelt
904991edd7
Merge pull request #121634 from WilliButz/update/hedgedoc/1.8.0
hedgedoc: 1.7.2 -> 1.8.0 (security)
2021-05-04 15:00:38 +02:00
Phillip Cloud
3e62e383f4
restream: init at 1.1 (#120596) 2021-05-04 14:45:22 +02:00
sternenseemann
2cea48e5c6 sacc: fix build on darwin
SIGWINCH is not defined unless we pass -D_DARWIN_C_SOURCE, it seems.
2021-05-04 14:42:30 +02:00
Martin Weinelt
1b9d08b250
esphome: add hexa to maintainers 2021-05-04 14:34:18 +02:00
Martin Weinelt
1305493e66
python3Packages.aioesphomeapi: add hexa to maintainers 2021-05-04 14:32:37 +02:00
sternenseemann
caf7725f95 stutter: move overrides into configuration-nix.nix
Move necessary overrides into configuration-nix.nix, so there's no
discrepancy between stutter and haskellPackages.stutter.

However the build of stutter is still broken its dependency snipcheck
doesn't build with the pandoc version we have.
2021-05-04 14:29:55 +02:00
Malte Brandy
f37d5402bc
maintainers/scripts/haskell: Improve commit messages 2021-05-04 14:29:45 +02:00
Michael Weiss
be77d38b73
intel-gmmlib: 21.1.2 -> 21.1.3 2021-05-04 14:18:34 +02:00
Alyssa Ross
8d76ef7355
strace: add myself as maintainer
I've been working on strace a bit recently, so I might have some
useful knowledge if we're ever having problems with it.
2021-05-04 12:14:59 +00:00
sternenseemann
86c975b00c haskell-hyper: refactor expression
* Use stdenvNoCC
* Utilize unpackPhase, allow for patching
2021-05-04 13:59:26 +02:00
sternenseemann
517662d02d haskellPackages.hyper-extra: unbreak
https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
2021-05-04 13:59:26 +02:00
sternenseemann
48ba23210b haskell-hyper: 0.1.0.2 -> 0.2.3.0 2021-05-04 13:59:26 +02:00
maralorn
88a71bb6a5
Merge pull request #121679 from sternenseemann/cabal2nix-latest-unstable-date 2021-05-04 13:56:03 +02:00
Fabian Affolter
109dabc40b
python3Packages.aioesphomeapi: add fab to maintainers 2021-05-04 13:51:39 +02:00
06kellyjac
7c614a4030 nerdctl: 0.8.0 -> 0.8.1 2021-05-04 12:50:15 +01:00
Daniel Ethridge
49cfef8c69 Switch to the simple patching of wxWidgets approach 2021-05-04 07:45:38 -04:00
sternenseemann
794bc5e9ed haskellPackages.cabal2nix-unstable: rename from cabal2nix-latest 2021-05-04 13:38:46 +02:00
sternenseemann
e30cf42f0c haskellPackages.cabal2nix-latest: use unstable-YYYY-MM-DD format
This is the preferred format for things fetched from git or similar that
are not proper releases: https://nixos.org/manual/nixpkgs/stable/#sec-package-naming

Also we should think about making name and attribute name more
consistent: cabal2nix-latest -> cabal2nix-unstable
2021-05-04 13:38:46 +02:00
Fabian Affolter
0c75a43d62
Merge pull request #121675 from r-ryantm/auto-update/bpytop
bpytop: 1.0.64 -> 1.0.65
2021-05-04 13:35:18 +02:00
sternenseemann
648a5b14fb haskellPackages.ihaskell-{display,basic}: jailbreak
Version bounds on base are too strict:
https://github.com/gibiansky/IHaskell/issues/1217

Fixes evaluation of top-level ihaskell.
2021-05-04 13:34:35 +02:00
Fabian Affolter
112a1f6fd7 python3Packages.labelbox: enable some tests 2021-05-04 13:34:09 +02:00
R. RyanTM
e5e5689e0a entr: 4.8 -> 4.9 2021-05-04 11:34:09 +00:00
Fabian Affolter
f9f911168e python3Packages.pytest-cases: init at 3.4.6 2021-05-04 13:31:26 +02:00
sternenseemann
990d12641e ihaskell: unbreak
Use upstream release.nix as an inspiration for the correct overrides to
fix RPATH issues and make tests run again.
2021-05-04 13:27:41 +02:00
Fabian Affolter
91b9a0d77a
Merge pull request #121666 from dotlambda/metadata-cleaner-1.0.6
metadata-cleaner: 1.0.5 -> 1.0.6
2021-05-04 13:27:19 +02:00
Daniel Șerbănescu
bb6b9a2474 clementine: added support for translations 2021-05-04 13:20:40 +02:00
R. RyanTM
7ef1e448a9 eksctl: 0.46.0 -> 0.47.0 2021-05-04 11:10:05 +00:00
David Terry
38e3ba535a
turbo-geth: clarify gpl variants 2021-05-04 12:59:54 +02:00
sternenseemann
96f573300f hackage-packages.nix: Regenerate based on current config 2021-05-04 12:47:11 +02:00