Commit graph

236242 commits

Author SHA1 Message Date
R. RyanTM 37e277b386 python37Packages.bravia-tv: 1.0.5 -> 1.0.6 2020-07-26 09:04:32 +02:00
R. RyanTM 999b9db410 python37Packages.ordered-set: 4.0.1 -> 4.0.2 2020-07-26 09:04:14 +02:00
R. RyanTM 66f6b42a36 python37Packages.h5netcdf: 0.8.0 -> 0.8.1 2020-07-26 09:03:55 +02:00
Daniël de Kok a60ad64021
Merge pull request #93852 from MetaDark/newsflash
newsflash: fix loading external https content
2020-07-26 08:48:43 +02:00
Daniël de Kok 0f9afb2716
Merge pull request #92253 from danieldk/finalfrontier
finalfrontier: init at 0.9.3
2020-07-26 08:34:49 +02:00
Daniël de Kok 1410febd73
Merge pull request #93800 from danieldk/drawio-13.5.1
drawio: 13.4.5 -> 13.5.1
2020-07-26 08:33:37 +02:00
Daniël de Kok bf48c39e2b
Merge pull request #93357 from helsinki-systems/feat/exim-dmarc
exim: add DMARC support
2020-07-26 08:32:46 +02:00
Bouke van der Bijl 352eeb059d mockgen: init at 1.4.3 2020-07-26 14:22:57 +10:00
Bouke van der Bijl 3889822008 maintainers: add bouk 2020-07-26 14:22:57 +10:00
zowoq 59484f4d99 gobetween: 0.7.0 -> 0.8.0
https://github.com/yyyar/gobetween/releases/tag/0.8.0
2020-07-26 13:11:42 +10:00
R. RyanTM ba979da060
lhapdf: 6.2.3 -> 6.3.0 (#93796) 2020-07-25 22:55:16 -04:00
Mario Rodas 8f58d6f067
python38Packages.pandas: fix build on darwin 2020-07-25 20:20:20 -05:00
dawidsowa de98a63821 mate.atril: add support for more filetypes 2020-07-26 02:26:35 +02:00
Diego Rodriguez fd4e3392fc
terraform: 0.12.28 -> 0.12.29 2020-07-25 17:22:08 -06:00
Diego Rodriguez cc6c6eac32
maintainers: add Chili-Man 2020-07-25 17:20:05 -06:00
ajs124 9cf43741c6 opendmarc: make perl scripts work 2020-07-26 01:09:14 +02:00
oxalica 1d85919657
osu-lazer: 2020.714.0 -> 2020.725.0 (#93726) 2020-07-25 18:47:55 -04:00
Jan Tojnar 8935ddf8ca
Merge pull request #93817 from albakham/pkg/sublime-music 2020-07-25 23:40:15 +02:00
Jörg Thalheim b150f71be9
Merge pull request #93849 from symphorien/rls-1.45
rls: fix build
2020-07-25 22:37:25 +01:00
albakham ddcb7637bd
sublime-music: init at 0.11.0 2020-07-26 01:34:57 +04:00
albakham 3dd951c50e
python3Packages.dataclasses-json: init at 0.5.1 2020-07-26 01:34:42 +04:00
MetaDark 4b288de0bb newsflash: fix loading external https content 2020-07-25 17:26:32 -04:00
Philip Potter e01583a763 yubikey-agent: fix on darwin
Mea culpa: in #92936, I did originally test on macOS but I forgot to
retest after adding the piv-go patch.  Unfortunately, the piv-go patch
was broken on macOS.  This pulls in the latest version of
go-piv/piv-go#75 which works on macOS now.
2020-07-25 22:22:23 +01:00
Vladimír Čunát 5475b84859
nixos/tests/installer lvm: increase partition size
We apparently didn't fit anymore.  I don't think this test is meant
to (also) check closure size.
2020-07-25 22:57:27 +02:00
Vladimír Čunát 499ae67142
Merge #93838: nixos/tasks/lvm: fix systemd tmpfiles 2020-07-25 22:55:51 +02:00
Luc Perkins debf7bbcb0
Add version flag to Open Policy Agent build 2020-07-25 12:30:12 -07:00
Daniël de Kok f1bc04254b
Merge pull request #93805 from r-ryantm/auto-update/mc
mc: 4.8.24 -> 4.8.25
2020-07-25 20:44:22 +02:00
ajs124 2a2b31ba4a nixos/tasks/lvm: fix systemd tmpfiles 2020-07-25 20:43:12 +02:00
Daniël de Kok 370a71c74f
Merge pull request #93619 from Parasrah/go-task
go-task: init at 2.8.1
2020-07-25 20:41:26 +02:00
Parasrah 669155b09d go-task: init at 2.8.1 2020-07-25 20:27:03 +02:00
Silvan Mosberger 883af843c3
Merge pull request #93275 from evanjs/openrazer/2.8.0
openrazer: 2.7.0 -> 2.8.0
2020-07-25 18:57:51 +02:00
Daniël de Kok 6150631458
Merge pull request #93809 from danieldk/makemkv-1.15.2
makemkv: 1.15.1 -> 1.15.2
2020-07-25 18:06:26 +02:00
deliciouslytyped c45f9a1e70
qtile: 0.13.0 -> 0.16.0 (#93705)
* qtile: 0.13.0 -> 0.16.0

* qtile: refactoring to use setuptools_scm solution used in other places in nixpkgs
2020-07-25 17:51:57 +02:00
albakham d3fdd46b26
python3Packages.typing-inspect: init at 0.6.0 2020-07-25 19:30:24 +04:00
Milan 56fcf7891b
openjdk: build with empty pre-version (#92947)
The removes the "-internal" suffix from the OpenJDK version string.
Some applications, like the Jetbrains IDEs, check for a suffix to
determine if a stable JDK is used.
Thanks to @liff for the hint in #92837!
2020-07-25 17:21:41 +02:00
Charlotte Van Petegem 194d749582 eid-mw: update description to mention pkcs11Modules in firefox wrapper 2020-07-25 16:57:47 +02:00
Charlotte Van Petegem 49dba9c90b firefox: support for PKCS#11 modules in wrapper 2020-07-25 16:57:46 +02:00
Emery Hemingway d800d1e884 fixup! nixos/yggdrasil: add manual section 2020-07-25 16:34:20 +02:00
Emery Hemingway 764a9252a3 nixos/yggdrasil: add manual section 2020-07-25 16:34:20 +02:00
Emery Hemingway 39deb82e4b nixos/yggdrasil.nix: test 300::/7 addresses 2020-07-25 16:34:20 +02:00
Emery Hemingway a8780387ba nixos/dhcpd: make authoritative mode optional
There are circumstances where running secondary DHCP servers in
non-authoritative mode is advantageous. Retain the previous
authoritative behavior as a default.
2020-07-25 16:33:04 +02:00
Vladimír Čunát 2b7c0dcdaa
Merge branch 'staging-next'
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
Bob Rubbens 71ea6a9a41 nixos/wpa_supplicant: update config generation
Ensure wpa_supplicant.conf is also generated when userControlled and
extraConfig are used. (As discussed in issue #59959)
2020-07-25 14:24:57 +02:00
Symphorien Gibol 2885306df0 rls: fix build
fix copied from rustfmt
2020-07-25 12:00:00 +00:00
Daniël de Kok fdbae69e8c
Merge pull request #93747 from danieldk/onednn-no-sse4.1
oneDNN: compile without -msse4.1
2020-07-25 13:36:41 +02:00
Jan Tojnar 352749e577
ostree: enable ed25519 support
This was omitted in the latest update.

Only adds ~400 KB.

It required adding openssl to tests so I tacked on some cleanups.
In particular, the GI_TYPELIB_PATH was already being set in the wrapper
so we can remove it from the module (not sure why Gtk was even there).

Also switched away from using pkgconfig and docbook_xsl aliases
and reordered the expression a bit.
2020-07-25 12:54:18 +02:00
Peter Simons 9f771202c1 neuron-notes: create a top-level attribute for haskellPackages.neuron
The obvious choice, "neuron", is already taken by a python package, so I called
it "neuron-notes" instead. If anyone has a better suggestion how to call this
entry, please let me know.
2020-07-25 12:53:29 +02:00
Lassulus 45e2ff349f
tor-browser: disable hardening by default (#93154)
* tor-browser: disable hardening by default

this seems to cause crashes with certain tabs.
relevant issue: https://github.com/NixOS/nixpkgs/issues/86356

* Update pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-07-25 12:44:06 +02:00
Daniël de Kok 0cfaf025b1 makemkv: add danieldk as a maintainer 2020-07-25 12:08:33 +02:00
R. RyanTM bc9adde027 lime: 4.3.1 -> 4.4.0 2020-07-25 10:05:08 +00:00