Commit graph

306855 commits

Author SHA1 Message Date
sternenseemann 326856920b haskellPackages.notifications-tray-icno: disable on darwin 2021-08-07 13:29:54 +02:00
sternenseemann 60b80b2a5b haskellPackages.nri-http: revert marking as broken
Tests succeed after a restart, maybe just flaky, we'll have to keep an
eye on this one.
2021-08-07 02:34:44 +02:00
github-actions[bot] f9252e8c68
Merge master into haskell-updates 2021-08-07 00:05:48 +00:00
Artturi 1c38ddbed0
Merge pull request #110212 from r-ryantm/auto-update/psftools
psftools: 1.0.14 -> 1.1.0
2021-08-07 03:04:27 +03:00
Artturi ce804ca486
Merge pull request #111925 from r-ryantm/auto-update/insync
insync-v3: 3.2.4.40856 -> 3.3.5.40925
2021-08-07 02:59:05 +03:00
Artturi ed61460de2
Merge pull request #111745 from r-ryantm/auto-update/faudio
faudio: 21.01 -> 21.02
2021-08-07 02:52:46 +03:00
Artturi fbaa2924d5
Merge pull request #132939 from r-ryantm/auto-update/hdfview
hdfview: 3.1.2 -> 3.1.3
2021-08-07 02:51:34 +03:00
Artturi d76c0d2b25
Merge pull request #116268 from r-ryantm/auto-update/geekbench
geekbench: 5.3.2 -> 5.4.0
2021-08-07 02:49:23 +03:00
Artturi e525b9eaca
Merge pull request #131368 from akho/xplugd-1.4 2021-08-07 02:40:58 +03:00
Artturi bd807ed5de
Merge pull request #131708 from luc65r/pkg/cxc
c3c: init at unstable-2021-07-30
2021-08-07 02:37:33 +03:00
Artturi 8072e71d8e
Merge pull request #132853 from peterhoeg/f/devmon
Revert "nixos/devmon: add systemd service"
2021-08-07 02:34:09 +03:00
Artturi ebcd5f38ad
Merge pull request #125507 from superherointj/package-ocaml-description
ocaml: update meta.description
2021-08-07 02:32:06 +03:00
Artturi 7d45138e68
Merge pull request #127402 from sigprof/nixos-ssh-askpass-args
nixos/ssh: fix passing arguments to ssh-askpass
2021-08-07 02:30:28 +03:00
Artturi 1f8e01479b
Merge pull request #125556 from ivan-tkatchev/rhdf5
rhdf5: fix build (#125101)
2021-08-07 02:29:52 +03:00
Bernardo Meurer 44caf8f371
Merge pull request #132797 from gardspirito/laboro
firefox: add smartcard support through opensc
2021-08-06 23:05:01 +00:00
Artturi 2a30953d29
Merge pull request #132718 from r-ryantm/auto-update/hivex
hivex: 1.3.20 -> 1.3.21
2021-08-07 01:43:34 +03:00
Gardanta Spirito 33bf438fa2 firefox: add smartcard support through opensc 2021-08-07 01:31:07 +03:00
sternenseemann 9ae0765b0d Merge remote-tracking branch 'origin/master' into haskell-updates 2021-08-07 00:18:39 +02:00
sternenseemann a6f0347676 haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-08-07 00:16:47 +02:00
adisbladis 0dde103318
Merge pull request #132933 from sternenseemann/elpa-update
emacs.pkgs.elpa-packages: 2021-08-06
2021-08-06 16:57:35 -05:00
adisbladis 13f1f5dde6
Merge pull request #132937 from adisbladis/emacs-elpa-fetcher
emacs: Add custom elpa fetcher
2021-08-06 16:57:16 -05:00
R. RyanTM af82f2628b hdfview: 3.1.2 -> 3.1.3 2021-08-06 21:35:40 +00:00
Artturi d48cb50017
Merge pull request #132888 from helsinki-systems/upd/dovecot 2021-08-07 00:34:56 +03:00
adisbladis 24d0269574
emacs.pkgs.elpaPackages/nongnuPackages: Use custom elpa fetcher 2021-08-06 16:26:46 -05:00
adisbladis 3c496d2244
emacs: Add custom elpa fetcher
Elpa only serves the latest version of a given package uncompressed.
Once that release is no longer the latest & greatest it gets archived and compressed
meaning that both the URL and the hash changes.

To work around this issue we fall back to the URL with the .lz suffix and if that's the
one we downloaded we uncompress the file to ensure the hash matches regardless of compression.
2021-08-06 16:26:46 -05:00
adisbladis 3f83a7d988
Merge pull request #132931 from sternenseemann/ada-mode-fix-build
emacs.pkgs.ada-mode: pin wisi 3.1.3 to fix build
2021-08-06 16:05:42 -05:00
Maximilian Bosch e7f3f0f0bf
Merge pull request #132043 from avdv/jetbrains-update
jetbrains: Fix update.pl script for MPS and update
2021-08-06 22:48:07 +02:00
Fabian Affolter c4b217f803
Merge pull request #132912 from applePrincess/exploitdb-2021-08-06
exploitdb: 2021-08-05 -> 2021-08-06
2021-08-06 22:40:09 +02:00
sternenseemann be401aa730 emacs.pkgs.elpa-packages: 2021-08-06
Combat the vanishing `.tar`s once again…
2021-08-06 22:35:05 +02:00
sternenseemann f3670095db emacs.pkgs.ada-mode: enforce $NIX_BUILD_CORES
Prevent gprbuild to detect the amount of available cores and enforce user settings.
2021-08-06 22:32:57 +02:00
sternenseemann e0a4432192 emacs.pkgs.ada-mode: pin wisi 3.1.3 to fix build
Apparently ada-mode is intended to be build with a _specific_ version of
wisi which is not mentioned in the manual (as far as I am aware), but
described in passing in NEWS [1]. Thus the package-overrides in ada-mode.el
are to be interpreted as a strict version requirement.

[1]: https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/NEWS?h=externals/ada-mode&id=a2b7ec2b4c1b6067348b1d1026dd80c133b3200d#n17
2021-08-06 22:28:51 +02:00
Fabian Affolter c0e1f01e43
Merge pull request #132812 from fabaff/bump-tfsec
tfsec: 0.55.1 -> 0.56.0
2021-08-06 22:00:21 +02:00
Artturi 8518e6ba59
Merge pull request #132849 from r-ryantm/auto-update/brave
brave: 1.27.109 -> 1.27.111
2021-08-06 22:59:45 +03:00
Robert Scott 969dd89158
Merge pull request #132889 from r-ryantm/auto-update/armadillo
armadillo: 10.6.1 -> 10.6.2
2021-08-06 20:57:06 +01:00
Timothy DeHerrera cc455c004a
Merge pull request #132895 from poscat0x04/chrony-dns
nixos/chrony: wait for DNS services to start up before starting
2021-08-06 13:02:08 -06:00
Guillaume Girol 224e83cfd2
Merge pull request #132873 from Ma27/bump-lnav
lnav: 0.9.0 -> 0.10.0
2021-08-06 18:26:57 +00:00
Bernardo Meurer 4efed9c571
Merge pull request #132481 from lovesegfault/rpi-updates
update RaspberryPi related packages
2021-08-06 18:09:45 +00:00
Bernardo Meurer c181d9965c
linux_rpi{0,1,2,3,4}: 1.20210727 -> 1.20210805 2021-08-06 10:41:10 -07:00
Bernardo Meurer ca4a093c32
raspberrypifw: 1.20210727 -> 1.20210805 2021-08-06 10:40:45 -07:00
Dmitry Kalinkin 2b967c6a16
Merge pull request #132790 from mohe2015/ispell-add-mirror
ispell: switch to working src url
2021-08-06 13:39:49 -04:00
Maximilian Bosch 3717131c56
Merge pull request #132631 from robertodr/update-rofi-file-browser
rofi-file-browser: 1.1.1 -> 1.2.0
2021-08-06 18:59:32 +02:00
Maximilian Bosch 67a5d63b33
Merge pull request #131867 from maxeaubrey/traefik_2.4.12
traefik: 2.4.8 -> 2.4.13
2021-08-06 18:55:07 +02:00
Maximilian Bosch a086eafd41
Merge pull request #132915 from r-ryantm/auto-update/extrace
extrace: 0.7 -> 0.8
2021-08-06 18:48:25 +02:00
R. RyanTM 4f9977b4fe extrace: 0.7 -> 0.8 2021-08-06 16:25:59 +00:00
Lein Matsumaru 2fdfa55e23
exploitdb: 2021-08-05 -> 2021-08-06 2021-08-06 16:19:37 +00:00
Sandro Jäckel 87fa42c937 libgrss: pname + version 2021-08-06 17:15:33 +02:00
sternenseemann b42cded08d haskellPackages.ghc-prof: disable tests on aarch64
Since enableLibraryProfiling is false on aarch64, we can't expect tests
to work, but the library can still be built.
2021-08-06 15:56:26 +02:00
Ninjatrappeur b626776ab2
Merge pull request #132887 from NixOS/upd/prosody
prosody: 0.11.9 -> 0.11.10
2021-08-06 15:52:52 +02:00
sternenseemann cb96be8e00 haskellPackages.fuzzytime: disable on darwin
Fails to build due to case insensitive file system.
2021-08-06 15:50:22 +02:00
lukasepple 6978384f21 haskellPackages.c2hsc: fix build on darwin 2021-08-06 15:44:18 +02:00