Commit Graph
287882 Commits
Author SHA1 Message Date
scalavisionandGitHub 9b5a84f8ac mill: 0.9.5 -> 0.9.6 (#121712) 2021-05-04 12:40:08 -04:00
IwanandGitHub 5b42a1d798 transcribe: (re)init at 9.00 (#121617) 2021-05-04 12:38:50 -04:00
Vaibhav Sagarandsterni 48e4953c0c ihaskell: remove unnecessary ihaskell-display package 2021-05-04 18:34:50 +02:00
Jacek GalowiczandGitHub c25f87eb5e Merge pull request #121698 from primeos/nixos-tests-support-wayland-only-setups
nixos/test-driver: Allow interactive testing on Wayland-only setups
2021-05-04 17:45:43 +02:00
Daniël de KokandGitHub 1d1f719a7d Merge pull request #121324 from r-ryantm/auto-update/libsvm
libsvm: 3.24 -> 3.25
2021-05-04 17:35:14 +02:00
Daniël de KokandGitHub 2b76957b39 Merge pull request #121442 from earldouglas/dump1090/5.0
dump1090: 4.0 -> 5.0
2021-05-04 17:10:01 +02:00
Robert Schütz 9852cdd02d abcmidi: 2021.03.30 -> 2021.04.26 2021-05-04 17:09:06 +02:00
Daniël de KokandGitHub f0dd476dd6 Merge pull request #121486 from LeSuisse/pianobar-ffmpeg4
pianobar: use ffmpeg4
2021-05-04 17:07:13 +02:00
Michael WeissandGitHub 69109cb12b Merge pull request #121687 from primeos/intel-gmmlib
intel-gmmlib: 21.1.2 -> 21.1.3
2021-05-04 17:01:37 +02:00
Robert Hensing 7bd3c0c2df hercules-ci-agent: Add passthru test for NixOS module eval 2021-05-04 16:58:07 +02:00
Daniël de KokandGitHub b68211318a Merge pull request #121378 from danieldk/1password-tarball
_1password-gui: 8.0.30 -> 8.0.33-53.BETA
2021-05-04 16:57:18 +02:00
sternenseemann fbe45054e4 haskellPackages.jsaddle: unbreak
Luckily, only version bounds with no weird GHC failures:
https://github.com/ghcjs/jsaddle/issues/123
2021-05-04 16:56:31 +02:00
Michael WeissandPatrick Hilhorst 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
sternenseemannandsterni 4da6569df4 haskellPackages.pinboard-notes-backup: add bdesham to maintainers 2021-05-04 16:40:08 +02:00
sternenseemannandsterni 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 RammholdandGitHub 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 WeineltandGitHub 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 JohanssonandAlyssa Ross 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 MulliganandGitHub 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-BrownandGitHub 66c384e30c Merge pull request #121611 from lukegb/mercurial
mercurial: 5.6 -> 5.8, oxidize
2021-05-04 14:11:36 +01:00
Martin WeineltandGitHub 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 CloudandGitHub 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
sternenseemannandsterni 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
sternenseemannandsterni 86c975b00c haskell-hyper: refactor expression
* Use stdenvNoCC
* Utilize unpackPhase, allow for patching
2021-05-04 13:59:26 +02:00
sternenseemannandsterni 517662d02d haskellPackages.hyper-extra: unbreak
https://github.com/HeinrichApfelmus/hyper-haskell/issues/42
2021-05-04 13:59:26 +02:00
sternenseemannandsterni 48ba23210b haskell-hyper: 0.1.0.2 -> 0.2.3.0 2021-05-04 13:59:26 +02:00
maralornandGitHub 88a71bb6a5 Merge pull request #121679 from sternenseemann/cabal2nix-latest-unstable-date 2021-05-04 13:56:03 +02:00
Fabian AffolterandGitHub 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