Luke Granger-Brown
60f3e3675b
Merge pull request #126030 from NixOS/backport-125922-to-release-21.05
...
[Backport release-21.05] tor-browser-bundle-bin: 10.0.16 -> 10.0.17
2021-06-07 09:53:55 +01:00
Luke Granger-Brown
dbf7af9afc
Merge pull request #125996 from NixOS/backport-125632-to-staging-21.05
...
[Backport staging-21.05] python3Packages.certifi: 2020.12.5 -> 2021.05.30
2021-06-06 20:50:31 +01:00
Luke Granger-Brown
337b1bc454
Merge pull request #125720 from NixOS/backport-121663-to-release-21.05
...
[Backport release-21.05] lightworks: 14.0.0 -> 2021.2
2021-06-06 17:42:27 +01: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
Luke Granger-Brown
ca6255bf0b
nixos/docker: fix evaluation when NAT is enabled too
...
Both networking.nat.enable and virtualisation.docker.enable now want to
make sure that the IP forwarding sysctl is enabled, but the module
system dislikes that both modules contain this option.
Realistically this should be refactored a bit, so that the Docker module
automatically enables the NAT module instead, but this is a more obvious
fix.
2021-05-13 10:26:45 +00:00
Luke Granger-Brown
aa4b1ad30f
Merge pull request #122645 from Ma27/bump-grafana-image-renderer
...
grafana-image-renderer: 2.0.1 -> 2.1.0
2021-05-12 03:32:38 +01:00
Luke Granger-Brown
b76e884eb4
Merge pull request #122666 from berbiche/bottom-0.6.1
...
bottom: 0.6.0 -> 0.6.1
2021-05-12 03:28:08 +01:00
Luke Granger-Brown
2079edc748
Merge pull request #122344 from NinjaTrappeur/nin-fix-networkd-test
...
nixosTests.systemd-networkd: remove wireguard kernel module
2021-05-09 14:59:27 +01:00
Luke Granger-Brown
491216df02
Merge pull request #122099 from alekna/fix/docker
...
nixos/docker: ensure ipv4 forwarding is enabled
2021-05-09 12:15:16 +01:00
Luke Granger-Brown
99f9c7c4d3
python3Packages.Markups: fix tests by providing PyYAML
2021-05-08 15:24:46 -07:00
Luke Granger-Brown
83c134bed1
Merge pull request #121648 from AluisioASG/aasg/jupytext-1.11.2
...
python3Packages.markdown-it-py: 0.6.2 -> 1.0.0; python3Packages.jupytext: 1.11.0 -> 1.11.2
2021-05-08 23:01:21 +01:00
Luke Granger-Brown
8268e64d0e
python3Packages.hg-evolve: 10.3.0 -> 10.3.1
...
Fix compatibility with Mercurial 5.8.
2021-05-08 14:49:29 -07:00
Luke Granger-Brown
2c9d982257
Merge pull request #122217 from mweinelt/flac
...
flac: fix out of bound reads due to heap buffer overflow
2021-05-08 19:19:37 +01:00
Luke Granger-Brown
b2544d1ad2
Merge pull request #121072 from kinnison/update-vscode-python
...
Update vscode python
2021-05-08 18:26:36 +01:00
Luke Granger-Brown
b418e17a4c
Merge pull request #120646 from dotlambda/qtwebengine-ffmpeg
...
libsForQt5.qtwebengine: use ffmpeg instead of ffmpeg_3
2021-05-06 12:57:17 +01:00
Luke Granger-Brown
d5b9c17485
Merge pull request #120740 from ymatsiuk/teleport
...
teleport: 6.1.2 -> 6.1.3
2021-05-04 18:58:46 +01: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
Luke Granger-Brown
35e57e81ae
tortoisehg: fix build
...
tortoisehg intentionally wants to back-date the Mercurial build,
and some of the features we've added to the Mercurial build won't work
correctly under hg 5.6.
2021-05-04 10:24:00 +00:00
Luke Granger-Brown
a715d90fb0
mercurial: add patches for Rust status implementation
...
These fix https://bz.mercurial-scm.org/show_bug.cgi?id=6514 , which
breaks haskellPackages.retrie when run with the Rust status
implementation.
2021-05-04 09:54:16 +00:00
Luke Granger-Brown
725468af89
factorio-experimental: 1.1.32 -> 1.1.33
2021-05-04 01:05:21 +00:00
Luke Granger-Brown
62f675eff6
Merge pull request #121558 from sumnerevans/fix-airsonic-service
...
airsonic: force use of jre8
2021-05-03 20:43:00 +01:00
Luke Granger-Brown
4e98ae6418
Merge pull request #120548 from minijackson/jellyfin-enhanced-test
...
nixos/tests/jellyfin: enhanced test
2021-05-03 20:38:22 +01:00
Luke Granger-Brown
0f39652cee
Merge pull request #120800 from MetaDark/undistract-me
...
undistract-me: init at unstable-2020-08-09
2021-05-03 20:22:04 +01:00
Luke Granger-Brown
53ddf53f2c
mercurial: add re2
...
Mercurial can make use of the RE2 regex engine where available to speed
up evaluation of regexes.
2021-05-03 18:59:14 +00:00
Luke Granger-Brown
eb3d65bf19
mercurial: also compile translations
...
Without gettext as a dependency, we won't compile the .po files.
2021-05-03 18:54:22 +00:00
Luke Granger-Brown
38e505f20a
mercurial: add lukegb as maintainer, update metadata
2021-05-03 18:54:09 +00:00
Luke Granger-Brown
0716841463
mercurial: build Rust extensions
...
The Rust extensions provide speedups for core Mercurial functionality.
We should start building with them.
They're only CI-tested on Linux, so they're disabled for non-Linux
platforms for now by default.
2021-05-03 18:05:36 +00:00
Luke Granger-Brown
ae894f63f5
mercurial: drop unnecessary unzip dep
2021-05-03 17:35:26 +00:00
Luke Granger-Brown
63f3e26505
mercurial: 5.6 -> 5.8
2021-05-03 17:32:36 +00:00
Luke Granger-Brown
049850341e
Merge pull request #121540 from lukegb/postfix-compat
...
nixos/tests/rspamd: fix OOM flakyness
2021-05-03 17:36:46 +01:00
Luke Granger-Brown
4e06e6e005
Merge pull request #121541 from lukegb/git-test
...
nixos/tests/gitdaemon: deflake by using systemd-tmpfiles
2021-05-03 17:36:01 +01:00
Luke Granger-Brown
4f9fe889b8
Merge pull request #121548 from lukegb/bios-usb-better
...
nixos/tests/installer: fix for i686-linux
2021-05-03 17:35:24 +01:00
Luke Granger-Brown
a0da004326
Merge pull request #121376 from urbas/amazon-init-shell-script-support
...
nixos/amazon-init: add user-data shell script support
2021-05-03 16:01:26 +01:00
Luke Granger-Brown
163f1b3b6f
Merge pull request #121278 from centromere/rust-cbindgen
...
rust-cbindgen: Update Cargo hash
2021-05-03 15:13:18 +01:00
Luke Granger-Brown
1d76dfb811
Merge pull request #121501 from georgyo/citrixlibs
...
citrix_workspace: fix build / add mesa dependency
2021-05-03 15:09:38 +01:00
Luke Granger-Brown
f63c224d44
Merge pull request #121562 from r-ryantm/auto-update/libass
...
libass: 0.15.0 -> 0.15.1
2021-05-03 14:59:03 +01:00
Luke Granger-Brown
3aeeb5f4a3
Merge pull request #121592 from evils/bucklespring
...
bucklespring: unstable-2021-01-21 -> 1.5.0
2021-05-03 14:56:44 +01:00
Luke Granger-Brown
917c27439e
Merge pull request #121415 from lukegb/clevis
...
clevis: fix TPM2 encrypt/decrypt
2021-05-03 14:27:58 +01:00
Luke Granger-Brown
5a1c84c526
Merge pull request #121577 from oxalica/osu
...
osu-lazer: 2021.410.0 -> 2021.502.0
2021-05-03 13:30:52 +01:00
Luke Granger-Brown
7c679678d6
Merge pull request #110454 from evils/bucklespring
...
bucklespring: init at unstable-2021-01-21
2021-05-03 12:47:27 +01:00
Luke Granger-Brown
180f52186a
Merge pull request #121570 from jojosch/dbeaver-21.0.4
...
dbeaver: 21.0.3 -> 21.0.4
2021-05-03 12:43:39 +01:00
Luke Granger-Brown
6d7a98a745
Merge pull request #121586 from diogox/master
...
frugal: 3.14.2 -> 3.14.3
2021-05-03 12:40:30 +01:00
Luke Granger-Brown
b2fb06e477
Merge pull request #121579 from r-ryantm/auto-update/bluej
...
bluej: 5.0.0 -> 5.0.1
2021-05-03 12:15:58 +01:00
Luke Granger-Brown
4e2bbdcd7b
Merge pull request #121581 from OPNA2608/update/foxotron-2021-04-19/21.05
...
foxotron: 2021-03-12 -> 2021-04-19
2021-05-03 12:10:58 +01:00
Luke Granger-Brown
2eddff5480
Merge pull request #120569 from abathur/yadm-3x-release-note
...
yadm: add release note for 3.x
2021-05-03 10:50:45 +01:00
Luke Granger-Brown
97d8c5c9de
Merge pull request #120721 from diogox/master
...
frugal: init at 3.14.2
2021-05-03 10:49:43 +01:00
Luke Granger-Brown
4ffb609a5f
Merge pull request #121275 from expipiplus1/joe-ecpdap
...
ecpdap: 0.1.5 -> 0.1.6
2021-05-03 10:48:10 +01:00
Luke Granger-Brown
dfd8ae4ca0
Merge pull request #121280 from aanderse/redmine
...
redmine: 4.2.0 -> 4.2.1
2021-05-03 10:40:33 +01:00
Luke Granger-Brown
6ab0d3de13
Merge pull request #121346 from Shados/dante-update-1.4.3
...
dante: 1.4.2 -> 1.4.3
2021-05-03 10:30:23 +01:00
Luke Granger-Brown
cc406e5a05
Merge pull request #121348 from alyssais/cloud-hypervisor
...
cloud-hypervisor: 0.14.1 -> 15.0
2021-05-03 10:30:00 +01:00
Luke Granger-Brown
2f06f57871
Merge pull request #120595 from cstrahan/rset
...
rset: init at 2.1
2021-05-03 10:27:46 +01:00
Luke Granger-Brown
cdbc90b67a
Merge pull request #120766 from fabaff/meshtastic
...
python3Packages.meshtastic: init at 1.2.30
2021-05-03 10:20:36 +01:00
Luke Granger-Brown
d721ebe9bd
Merge pull request #120798 from eduardosm/python-poppler-qt5
...
pythonPackages.poppler-qt5: 0.24.2 -> 21.1.0
2021-05-03 10:16:50 +01:00
Luke Granger-Brown
991a93e1f0
Merge pull request #118301 from siriobalmelli-foss/fix/python3Packages.beancount_docverif
...
python3Packages.beancount_docverif: add build dependency
2021-05-03 10:15:16 +01:00
Luke Granger-Brown
d6fc78b4d6
Merge pull request #120890 from 06kellyjac/tektoncd-cli
...
tektoncd-cli: 0.17.2 -> 0.18.0
2021-05-03 10:14:22 +01:00
Luke Granger-Brown
bd90c95c8b
Merge pull request #120449 from SCOTT-HAMILTON/googleearth-pro
...
googleearth-pro: fix xkb keyboard and use nixpkgs libs
2021-05-03 10:13:34 +01:00
Luke Granger-Brown
4775798b80
Merge pull request #119510 from expipiplus1/joe-mx-puppet-discord
...
mx-puppet-discord: init at 2021-01-22
2021-05-03 10:12:45 +01:00
Luke Granger-Brown
4b42da3d85
Merge pull request #120791 from mweinelt/babeld
...
babeld: 1.9.2 -> 1.10
2021-05-03 10:00:12 +01:00
Luke Granger-Brown
10a0ec1180
Merge pull request #120742 from fabaff/karton-autoit-ripper
...
python3Packages.karton-autoit-ripper: init at 1.0.0
2021-05-03 09:59:21 +01:00
Luke Granger-Brown
d922cad4d6
Merge pull request #119172 from midchildan/package/trafficserver
...
nixos/trafficserver: init
2021-05-03 09:48:07 +01:00
Luke Granger-Brown
d688023a47
Merge pull request #120244 from Flakebi/rgp
...
rgp: 1.9 -> 1.10
2021-05-03 09:45:08 +01:00
Luke Granger-Brown
5fddb1b015
Merge pull request #121561 from JesusMtnez/slack
...
slack: 4.14.0 -> 4.15.0
2021-05-03 09:35:55 +01:00
Luke Granger-Brown
b942e0f650
nixos/tests/installer: don't break under i686
...
Currently, the installer tests just hang after the initial install phase
on i686 because qemu just quits because of the gic parameter.
Fix this by doing x86 things for both x86-64 and i686.
2021-05-03 01:44:54 +00:00
Luke Granger-Brown
f2a91ec2b7
nixos/tests/gitdaemon: deflake by using systemd-tmpfiles
...
git-daemon won't start up if its project directory (here /git) doesn't
exist. If we try to create it using the test harness, then we're racing
whether we manage to connect to the backdoor vs. the startup speed of
git-daemon.
Instead, use systemd-tmpfiles, which is guaranteed(?) to run before
network.target and thus before git-daemon.service starts.
2021-05-02 21:58:43 +00:00
Luke Granger-Brown
a6fb22a689
nixos/tests/rspamd: increase memory
...
rspamd seems to be consuming more memory now sometimes, causing OOMs in
the test.
Increase the memory given to these VMs to make the tests pass more
reliably.
2021-05-02 21:50:17 +00:00
Luke Granger-Brown
649672e76e
nixos/postfix: fix compatibility level
...
Postfix has started outputting an error on startup that it can't parse
the compatibility level 9999.
Instead, just set the compatibility level to be identical to the current
version, which seems to be the (new) intent for the compatibility level.
2021-05-02 21:49:33 +00:00
Luke Granger-Brown
da000ae239
nixos/tests/custom-ca: fix by setting Content-Type
...
This test was failing because Firefox was displaying a download prompt
rather than the page content, presumably because mumble mumble
content-type sniffing.
By explicitly setting a content-type, the test now passes.
2021-05-02 21:38:56 +00:00
Luke Granger-Brown
4518794ee5
Merge pull request #121534 from lukegb/bogus-mk2
...
tela-icon-theme: more changes to change the hash
2021-05-02 21:25:34 +01:00
Luke Granger-Brown
134c68a411
tela-icon-theme: use stdenvNoCC
...
This doesn't use any of the compilers tools, so it may as well use the
compilerless version of the stdenv.
2021-05-02 20:18:48 +00:00
Luke Granger-Brown
a494e0ce56
tela-icon-theme: switch to gpl3Only
...
Since the license isn't documented anywhere other than COPYING, it must
be assumed that the intent was to license only under the included
license, without any extra clauses such as the "(at your option) any
later version" clause.
2021-05-02 20:18:01 +00:00
Luke Granger-Brown
6f55db13eb
tela-icon-theme: skip patchelf and symlink rewrite steps
...
* We don't have any ELFs to patch.
* Scanning all the symlinks is slow, and jdupes already makes them
relative anyway.
2021-05-02 20:17:16 +00:00
Luke Granger-Brown
9775b39fd4
Merge pull request #121519 from NixOS/lukegb-tela-icon-theme
...
tela-icon-theme: format slightly differently
2021-05-02 17:34:25 +01:00
Luke Granger-Brown
8142fd653f
tela-icon-theme: format slightly differently
...
This change is intended to cause the package hash to change, to work around a bug in Hydra that's causing the nixos-unstable channel advancement to fail (due to an invalid .ls file).
2021-05-02 15:49:37 +01:00
Luke Granger-Brown
92eee1a1cd
Merge pull request #121502 from bennofs/update-librespot
...
librespot: 0.1.3 -> 0.1.6
2021-05-02 13:49:53 +01:00
Luke Granger-Brown
7d0e9bb1a0
Merge pull request #109863 from r-ryantm/auto-update/hyperscan
...
hyperscan: 5.3.0 -> 5.4.0
2021-05-02 13:28:25 +01:00
Luke Granger-Brown
0ae084feb2
Merge pull request #110426 from r-ryantm/auto-update/thonny
...
thonny: 3.3.2 -> 3.3.6
2021-05-02 13:27:40 +01:00
Luke Granger-Brown
8c04500313
thonny: 3.3.3 -> 3.3.6
2021-05-02 12:26:15 +00:00
Luke Granger-Brown
f587042bb9
Merge pull request #121463 from lukegb/pr103254
...
libsForQt5.quazip: 0.9.1 -> 1.1
2021-05-02 13:15:39 +01:00
Luke Granger-Brown
8a92cdd9f5
teamspeak_client: fix for quazip 1.x
2021-05-02 11:55:06 +00:00
Luke Granger-Brown
d50819f1a1
Merge pull request #103381 from r-ryantm/auto-update/dcm2niix
...
dcm2niix: 1.0.20200331 -> 1.0.20210317
2021-05-02 12:48:46 +01:00
Luke Granger-Brown
884cf29501
dcm2niix: 1.0.20201102 -> 1.0.20210317
2021-05-02 11:10:40 +00:00
Luke Granger-Brown
e85e0f5492
Merge pull request #110182 from r-ryantm/auto-update/open-vm-tools
...
open-vm-tools: 11.2.0 -> 11.2.5
2021-05-02 04:12:40 +01:00
Luke Granger-Brown
beca3d2c0b
openboard: build with quazip 1.x
2021-05-02 02:25:15 +00:00
Luke Granger-Brown
59ecd5167a
qmapshack: support Quazip 1.x
2021-05-02 01:18:50 +00:00
Luke Granger-Brown
eb5588f914
nomacs: support quazip 1.x
2021-05-02 01:18:50 +00:00
Luke Granger-Brown
de536ac410
all-packages: remove quazip_qt4
2021-05-02 01:18:50 +00:00
Luke Granger-Brown
1d00429e59
ideamaker: mark as broken
...
This just segfaults on startup for me.
2021-05-02 01:18:50 +00:00
Luke Granger-Brown
921460b715
Merge pull request #97254 from r-ryantm/auto-update/sumorobot-manager
...
sumorobot-manager: 0.9.0 -> 1.0.0
2021-05-02 01:32:15 +01:00
Luke Granger-Brown
f3cd74ba84
Merge pull request #69692 from r-ryantm/auto-update/netcdf-cxx4
...
netcdfcxx4: 4.3.0 -> 4.3.1
2021-05-02 01:12:46 +01:00
Luke Granger-Brown
ebf371726d
sumorobot-manager: fix compilation
2021-05-02 00:12:19 +00:00
Luke Granger-Brown
147a5cda72
netcdfcxx4: switch to CMake
...
This resolves the Darwin linking issues Once and For All.
Also, this makes the build parallel, which is nice too.
2021-05-01 23:49:35 +00:00
Luke Granger-Brown
147c701583
Merge pull request #120534 from davidak/package-tests
...
doc: add instructions for creating package tests
2021-05-01 22:31:02 +01:00
Luke Granger-Brown
510fc9cd8f
jetbrains: update
...
jetbrains.clion: 2021.1 -> 2021.1.1
jetbrains.datagrip: 2021.1 -> 2021.1.1
jetbrains.goland: 2021.1 -> 2021.1.1
jetbrains.idea-community: 2021.1 -> 2021.1.1
jetbrains.idea-ultimate: 2021.1 -> 2021.1.1
jetbrains.phpstorm: 2021.1 -> 2021.1.2
jetbrains.pycharm-community: 2021.1 -> 2021.1.1
jetbrains.pycharm-professional: 2021.1 -> 2021.1.1
jetbrains.rider: 2021.1.1 -> 2021.1.2
jetbrains.ruby-mine: 2021.1 -> 2021.1.1
jetbrains.webstorm: 2021.1 -> 2021.1.1
2021-05-01 13:10:30 -07:00
Luke Granger-Brown
8ebf7c3385
Merge pull request #121254 from dotlambda/postfix-3.6.0
...
postfix: 3.5.10 -> 3.6.0
2021-05-01 19:46:13 +01:00
Luke Granger-Brown
48d32faaf1
Merge pull request #121413 from fortuneteller2k/update-papirus-icon
...
papirus-icon-theme: 20210401 -> 20210501
2021-05-01 19:40:38 +01:00
Luke Granger-Brown
dc3a327fe8
Merge pull request #120162 from r-ryantm/auto-update/charliecloud
...
charliecloud: 0.22 -> 0.23
2021-05-01 19:34:22 +01:00
Luke Granger-Brown
1b8f7cbee8
Merge pull request #121397 from r-ryantm/auto-update/facter
...
facter: 3.14.16 -> 3.14.17
2021-05-01 19:33:08 +01:00
Luke Granger-Brown
937385a4e0
Merge pull request #121410 from Riey/kime
...
kime: 2.5.2 -> 2.5.3
2021-05-01 19:31:24 +01:00
Luke Granger-Brown
07377076d3
Merge pull request #119837 from MatthewCroughan/add-seren
...
seren: init at 0.0.21
2021-05-01 19:27:16 +01:00
Luke Granger-Brown
7d82378949
Merge pull request #120278 from fabaff/pyotgw
...
python3packages.pyotgw: unstable-2021-03-25
2021-05-01 19:19:43 +01:00