Commit Graph
179552 Commits
Author SHA1 Message Date
RenaudandGitHub 1746dc22e6 Merge pull request #60195 from marsam/init-xkcd-font
xkcd-font: init at 2017-08-24
2019-04-25 21:50:04 +02:00
Michael Weiss 76843da1a1 androidStudioPackages.{dev,canary}: 3.5.0.11 -> 3.5.0.12 2019-04-25 21:34:25 +02:00
Michael Weiss 5b1499e47e python37Packages.mysql-connector: 8.0.15 -> 8.0.16 2019-04-25 21:30:27 +02:00
Symphorien Gibol ac52800168 rls: 1.31.7 -> 1.34.0 2019-04-25 21:24:19 +02:00
RenaudandGitHub 2f13bbe3d5 pwsafe: 1.06 -> 1.07 (#60225)
* pwsafe: 1.06 -> 1.07

* pwsafe: inputs cleanup
'qrencode' should be used instead of 'libqrencode' alias
2019-04-25 21:23:44 +02:00
Barak Bercovitz 990acf7025 swi-prolog: updated version + packs support
Using "extraPacks" and "extraLibraries" arguments
it is possible to create fully functional virtual-envs
for SWI-Prolog projects.
(In a way similar to what "ghcWithPackages" does for Haskell)
2019-04-25 22:20:54 +03:00
volthandMatthew Bauer dba65df034 kernel: fix cross-build
Fix for #59225 regression proposed by @matthewbauer
https://github.com/NixOS/nixpkgs/pull/59225#issuecomment-486398003

(cherry picked from commit a6ea72a77d1f8e794244b063a7e9780c1b47486d)
2019-04-25 14:14:48 -04:00
volthandMatthew Bauer 27a9fdb6ff perl-cross: update for perl 5.28.2
(cherry picked from commit 1709d3a748)
2019-04-25 14:14:40 -04:00
mtrskandRobert Helgesson 1d54250e27 home-manager: 2018-11-04 -> 2019-04-23 2019-04-25 19:54:36 +02:00
Tor Hedin BrønnerandGitHub 622fb28635 Merge pull request #60175 from JohnAZoidberg/orca-liblouis
Fix orca and re-add liblouis
2019-04-25 19:37:49 +02:00
Daniel Schaefer 5354020e14 orca: Re-add liblouis
liblouis works again so we can use it here again aswell.

Closes: #39427
2019-04-25 19:17:13 +02:00
Daniel Schaefer 634b21f6ac orca: Set strictDeps to false
Wouldn't find the proper libraries/namespaces otherwise because of
https://github.com/NixOS/nixpkgs/issues/56943
2019-04-25 19:16:24 +02:00
RenaudandGitHub e2fd7276a9 xprintidle-ng: refactor and patch configure.ac
configure.ac needs to be patched in order to build with newer gnulib
See https://github.com/NixOS/nixpkgs/pull/58416
2019-04-25 19:13:47 +02:00
Daniel Schaefer 069e1a7402 adoptopenjdk-bin: Update source hashes for aarch64
Seems like they replaced the release file.
Updated with
pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
so should be reasonably safe.
2019-04-25 19:09:15 +02:00
Daniel Schaefer b67f792793 adoptopenjdk-jre-bin: Update source hashes for aarch64
Seems like they replaced the release file.
Updated with
pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
so should be reasonably safe.
2019-04-25 19:08:49 +02:00
Graham ChristensenandGitHub a682d720c7 Merge pull request #60215 from nmattia/nm-tmp-timestamp
patchShebangs: create timestamp in tmp dir
2019-04-25 12:50:16 -04:00
Mario RodasandRobert Schütz fc48e74127 pythonPackages.google-auth-oauthlib: fix python3 build (#60209) 2019-04-25 18:20:18 +02:00
Luis HebendanzandAaron Andersen 827e954c54 rmount: init at 1.0.1 (#60204)
rmount: init at 1.0.1
2019-04-25 12:14:31 -04:00
Peter Simons 0dffbcd178 haskell-pandoc-citeproc: update override for the latest version 2019-04-25 17:29:40 +02:00
Peter Simons f111664194 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.2-10-gb2ea1c2 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/5072503e7084eea37fde87f2395565ca2f35aba7.
2019-04-25 17:29:34 +02:00
Peter Simons e2763c05e1 hackage2nix: update list of broken builds 2019-04-25 17:29:33 +02:00
Peter Simons 905ec757ef LTS Haskell 13.18 2019-04-25 17:29:33 +02:00
Robert SchützandGitHub 5847b2a590 restic: 0.9.4 -> 0.9.5 (#60156) 2019-04-25 17:14:57 +02:00
Nicolas Mattia cc9b4029bc patchShebangs: create timestamp in tmp dir
Creating the timestamp in the patched script's directory has a few
drawbacks:

* if "foo.timestamp" already exists, it will be overwritten
* it requires the directory to be writable
2019-04-25 17:07:58 +02:00
worldofpeace b2dc8c0fa3 gnome3.mutter328: backport changes from 3.32
gsettings-desktop-schemas made the following change in 3.32[0]
> Change tablets'/touchscreens' "display" setting to "output" one
> with different semantics.

That coincides with GNOME/mutter#133[1]

This caused a segmentation fault in gala on Fedora[2]
> Settings schema 'org.gnome.desktop.peripherals.touchscreen'
> does not contain a key named 'display'

I haven't experienced said segfault here in NixOS but I don't see
a reason not to use the solution reached there, which was to backport
relevant change[1] to mutter 3.28.

[0]: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/commit/c7eee129c6edbc1a5b121fa3327d83049325becb
[1]: https://gitlab.gnome.org/GNOME/mutter/merge_requests/133
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=1700337
2019-04-25 09:40:32 -04:00
Matthew BauerandGitHub 3901baa4a4 Merge pull request #60171 from volth/patch-327
perl-cross: update for perl 5.28.2
2019-04-25 09:33:25 -04:00
Patrick Hilhorst 361a138f5a pandoc-imagine: use full commit hash 2019-04-25 14:59:20 +02:00
Linus Heckemann bbb1212208 jetbrains-jdk: 8.202b1483.37 -> 11.0.2b164 2019-04-25 14:55:24 +02:00
Roman Volosatovs 661384ec60 vimPlugins: Update 2019-04-25 14:29:16 +02:00
Roman Volosatovs 1257a86236 vimPlugins: Fix sorting 2019-04-25 14:28:41 +02:00
Tim Steinbach 5d2775156b sbt-extras: 2019-01-30 -> 2019-04-05 2019-04-25 08:05:07 -04:00
Elis Hirwing 329b31515e testssl: 3.0rc4 -> 3.0rc5
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0rc4
2019-04-25 13:54:49 +02:00
worldofpeaceandGitHub 5aa04754e5 Merge pull request #57108 from FlorianFranzen/pyside-tools
pythonPackages.pysideTools: Use fetchFromGitHub and update meta
2019-04-25 07:36:23 -04:00
Matthew GlazarandFrederik Rietdijk 1a0098042d oraclejdk: use working mirror for download
http://download.oracle.com/otn-pub/ was recently renamed to
http://download.oracle.com/otn/ and now requires authentication with an
Oracle account. http://download.oracle.com/otn-pub/ links don't work
anymore, so installing oraclejdk fails.

Switch to http://javadl.oracle.com/webapps/download/GetFile/, which does
not require authentication. This fixes installing oraclejdk.

Note: The URL for JCE is still broken; this commit only fixes the URL
for the JDK.
2019-04-25 13:23:11 +02:00
Florian Franzen cdf35c4f17 pythonPackages.pysideTools: Use fetchFromGitHub and update meta 2019-04-25 13:04:18 +02:00
Elis HirwingandGitHub 0094dd6eaa Merge pull request #60200 from matthiasbeyer/fix-mpdscribble-url
mpdscribble: Fix URL
2019-04-25 12:44:22 +02:00
Roman Volosatovs 51c7ab1d1b vimPlugins: Add vim-visual-multi 2019-04-25 12:13:21 +02:00
samsonan-itandGitHub 6e100ae88f neo.map: fix URL
Current URL is no longer available.
2019-04-25 10:58:23 +02:00
ajs124 d287075c22 evopedia: remove package
The last upstream update was in 2014. While the software might still work, its usefulness depends on data archives, which are not updated anymore and have not been for several years.

Upstream suggests to use kiwix instead.
2019-04-25 10:13:26 +02:00
Matthias BeyerandFrederik Rietdijk dfd8f84aef python3Packages.jupyterlab: Fix build
The build was broken by updating the underlying python library.
This is the quickfix.

Fixes: ca67a7200cf ("python37Packages.jupyterlab_server: 0.2.0 -> 0.3.0")
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-25 09:41:52 +02:00
Vincent LaporteandGitHub ed1b59a98e Merge pull request #60094 from thoughtpolice/nixpkgs/zarith-fixes
ocamlPackages: fix regression in zarith-dependent libraries
2019-04-25 08:56:55 +02:00
Vincent LaporteandVincent Laporte ce714f2b04 ocaml: 4.08.0+beta2 -> 4.08.0+beta3 2019-04-25 08:45:57 +02:00
Vincent LaporteandVincent Laporte e3a03659e5 coqPackages.Verdi: 20181102 -> 20190202 2019-04-25 08:35:20 +02:00
Elis Hirwing 71450b1c1a nixos/gitea: Don't include not needed database options depending on type
This was discovered in https://github.com/NixOS/nixpkgs/pull/60014
2019-04-25 08:30:14 +02:00
Peter HoegandGitHub 1011fae581 Merge pull request #60142 from peterhoeg/u/rng
rng-tools: 6.6 -> 6.7 and libp11: 0.4.9 -> 0.4.10
2019-04-25 13:19:24 +08:00
Eric Litak ac7c93e9c9 ipfs: 0.4.19 -> 0.4.20 2019-04-24 22:11:13 -07:00
Cole Mickens d602b15d81 mergerfs: fix for nixos systemd.mounts 2019-04-24 21:53:39 -07:00
Mario Rodas 6124bfac3b xkcd-font: init at 2017-08-24 2019-04-24 21:13:39 -05:00
Mario Rodas 8bc92d78e7 lib.licences: Add CC-BY-NC-3.0 2019-04-24 21:12:43 -05:00
xrelkd 497c1d9bcf tmux: 2.8 -> 2.9 2019-04-25 10:12:25 +08:00