3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

166804 commits

Author SHA1 Message Date
Franz Pletz 2bbb623c19
Merge pull request #54139 from r-ryantm/auto-update/prosody
prosody: 0.11.1 -> 0.11.2
2019-01-17 07:44:26 +00:00
Franz Pletz 5197e18884
Merge pull request #54029 from cdepillabout/strongswan-modprobe
strongswan: fix up path for modprobe
2019-01-17 07:43:56 +00:00
Jörg Thalheim a6b97bd1bb
Merge pull request #42183 from kisik21/master
nixos/stage-1, nixos/f2fs: added F2FS resizing
2019-01-17 07:42:32 +00:00
R. RyanTM c052da08dc papirus-icon-theme: 20181120 -> 20190106
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/papirus-icon-theme/versions
2019-01-17 07:40:59 +00:00
Jörg Thalheim c625e8f904
Merge pull request #54142 from r-ryantm/auto-update/python3.7-Flask-SocketIO
python37Packages.flask-socketio: 3.1.0 -> 3.1.2
2019-01-17 07:38:10 +00:00
Jörg Thalheim d3d25f5218
Merge pull request #54044 from Mic92/oraclejdk
oraclejdk: 8.191 -> 8.201; no longer depend on requireFile
2019-01-17 07:26:28 +00:00
Jörg Thalheim 1dc706f060
oraclejdk: 8.191 -> 8.201
also no longer use requireFile and accept the license via nixpkgs option
2019-01-17 07:24:33 +00:00
R. RyanTM c6d0c82d0b plantuml: 1.2018.14 -> 1.2019.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/plantuml/versions
2019-01-17 07:45:32 +01:00
Jan Tojnar bedc81fcb6
nixos/desktops: deduplicate removePackagesByName
GNOME, MATE and LxQt all use removePackagesByName. Let’s move it to a single
place, rename the attributes to meaningful name and add docs.
2019-01-17 07:13:25 +01:00
R. RyanTM 8c783bc0cb python37Packages.iptools: 0.6.1 -> 0.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-iptools/versions
2019-01-16 21:20:50 -08:00
R. RyanTM d17316fab6 python37Packages.jaraco_classes: 1.5 -> 2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jaraco.classes/versions
2019-01-16 21:15:29 -08:00
(cdep)illabout 2449f5ce1b
strongswan: fix up path for modprobe
strongswan uses `modprobe` to load IPSec-related kernel modules.  The
full path needs to be specified to `modprobe` for it to be able to be
found.

(cherry picked from commit 7143062172f6bad877a87c8e239f2421e0a48e2d)
2019-01-17 14:02:36 +09:00
R. RyanTM c306450233 python37Packages.ConfigArgParse: 0.13.0 -> 0.14.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-configargparse/versions
2019-01-16 19:50:56 -08:00
Uri Baghin cd29409a45 bazel-watcher: 0.5.0 -> 0.9.0 2019-01-16 19:24:38 -08:00
R. RyanTM e78eae37cb python37Packages.aniso8601: 4.0.1 -> 4.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-aniso8601/versions
2019-01-16 19:12:53 -08:00
R. RyanTM b1ae90d81d python37Packages.flask-socketio: 3.1.0 -> 3.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-flask-socketio/versions
2019-01-16 18:58:44 -08:00
R. RyanTM 80f6e34ef0 prosody: 0.11.1 -> 0.11.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/prosody/versions
2019-01-16 17:52:32 -08:00
Cray Elliott ff2341afc9 discord: fix gsettings crash when selecting file 2019-01-16 17:34:24 -08:00
Scott W. Dunlop 1d274ad684 nats-streaming-server: 0.11.0 -> 0.11.2 2019-01-16 16:57:52 -08:00
Peter Hoeg c9b3404d57 xdg-desktop-portal-kde: fix missing dependencies 2019-01-17 08:25:35 +08:00
Jörg Thalheim 3704524a36
Merge pull request #54126 from r-ryantm/auto-update/powershell
powershell: 6.1.1 -> 6.1.2
2019-01-17 00:01:08 +00:00
Jörg Thalheim bb885d502a
Merge pull request #53888 from Mic92/ccls
ccls: init at 0.20181225.7
2019-01-16 23:56:55 +00:00
Jan Tojnar 388faed25c
glib.setupHook: fix gsettings-schemas location
GLib setup hook expects GSettings schemas to be installed in ${!outputLib}
and tries to move them to gsettings-schemas/$name subdirectory to prevent
conflicts. But the schemas will only end up in the library output when
the build system recognizes makeFlags set by the setup hook, and in that case
the move is not necessary, since the flag already includes the subdirectory.

Normally, this is not an issue, since most packages relying on GSettings
schemas either still use Autotools with gsettings.m4, or do not have a lib
output set. But with the promulgation of multiple outputs in Nixpkgs and
more and more projects switching to Meson, the issue will become increasingly
common.

We first noticed this problem with nm-applet.

Closes https://github.com/NixOS/nixpkgs/issues/45043
2019-01-17 00:54:15 +01:00
R. RyanTM 1ac0f6b36b powershell: 6.1.1 -> 6.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/powershell/versions
2019-01-16 15:21:44 -08:00
Will Dietz 946be0ed99 llvm7: patch to fix PR39427
See linked issue for discussion,
but key bits:

* rustc breaks without this
* fix changes ABI, may become 7.1.0
2019-01-16 16:54:59 -06:00
Timo Kaufmann 6bbd0596dd gap: add timokau as maintainer
So that I'll be notified on changes which likely impact sage.
2019-01-16 23:41:31 +01:00
Jörg Thalheim 9b99afa86a
Merge pull request #54110 from romildo/upd.shades-of-gray-theme
shades-of-gray-theme: 1.1.3 -> 1.1.4
2019-01-16 22:23:53 +00:00
R. RyanTM 9f142c0ae5 python37Packages.perf: 1.5.1 -> 1.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-perf/versions
2019-01-16 14:22:25 -08:00
José Romildo Malaquias 9a29cdaf3e shades-of-gray-theme: 1.1.3 -> 1.1.4 2019-01-16 19:58:31 -02:00
Will Dietz cabe7d6506
freetype: re-enable freetype-config, don't break all the things 2019-01-16 22:43:19 +01:00
Jörg Thalheim a0fc112ae3
Merge pull request #54096 from r-ryantm/auto-update/python3.7-peewee
python37Packages.peewee: 3.8.0 -> 3.8.1
2019-01-16 21:40:20 +00:00
Jörg Thalheim f11a2b6a35
Merge pull request #52608 from lopsided98/dtc-update
dtc: 1.4.5 -> 1.4.7
2019-01-16 21:34:56 +00:00
Timo Kaufmann a8dbc5e313
python.pkgs.cypari2: 1.3.1 -> 2.0.3 (#54093)
Upstream issues should be fixed now, see https://trac.sagemath.org/ticket/26442.
Sage needs a patch to adapt.
2019-01-16 22:15:40 +01:00
averelld ead68995fa nextcloud-client: fix build with qt 5.12 (#53881) 2019-01-16 22:05:42 +01:00
Jörg Thalheim bd3957ddc9
Merge pull request #53902 from dtzWill/update/cpupower-fix-for-kernel-5
cpupower: fix w/linux 5, rework a bit
2019-01-16 20:40:08 +00:00
adisbladis 4ad3d2dfe7
firefox-beta-bin: 65.0b9 -> 65.0b11 2019-01-16 20:28:55 +00:00
adisbladis 44d7338375
firefox-devedition-bin: 65.0b9 -> 65.0b11 2019-01-16 20:28:54 +00:00
R. RyanTM 98fef35898 python27Packages.supervisor: 3.3.4 -> 3.3.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-supervisor/versions
2019-01-16 12:13:14 -08:00
R. RyanTM fed723b630 python37Packages.peewee: 3.8.0 -> 3.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-peewee/versions
2019-01-16 12:02:57 -08:00
worldofpeace 5d8cd714c7
Merge pull request #54076 from r-ryantm/auto-update/python3.7-sortedcollections
python37Packages.sortedcollections: 1.0.1 -> 1.1.2
2019-01-16 19:54:39 +00:00
R. RyanTM db5ee28843 neovim-remote: 2.1.3 -> 2.1.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-neovim-remote/versions
2019-01-16 11:38:19 -08:00
worldofpeace cddd36e48a
Merge pull request #54031 from etu/gitea-upgrade
gitea: 1.6.3 -> 1.6.4
2019-01-16 19:04:54 +00:00
worldofpeace 8a9e1e63da
pythonPackages.sortedcollections: cleanup 2019-01-16 18:56:29 +00:00
worldofpeace 872502aa56
Merge pull request #54055 from erictapen/scribusUnstable-2019-01-16
scribusUnstable: 2019-01-14 -> 2019-01-16
2019-01-16 18:50:50 +00:00
worldofpeace df16a945f1
Merge pull request #54072 from r-ryantm/auto-update/python3.7-twilio
python37Packages.twilio: 6.22.0 -> 6.23.0
2019-01-16 18:38:38 +00:00
Piotr Bogdan c16b33bbcc
libreoffice-fresh: 6.1.3.2 -> 6.1.4.2
And patch it, together fixing build with new poppler.
Fixes https://github.com/NixOS/nixpkgs/issues/53921
2019-01-16 19:33:29 +01:00
R. RyanTM 1d7411f294 python37Packages.sortedcollections: 1.0.1 -> 1.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-sortedcollections/versions
2019-01-16 09:48:50 -08:00
Jörg Thalheim 1dcfe5ab28
Merge pull request #53913 from dtzWill/update/ipe-7.2.8
ipe: 7.2.7 -> 7.2.9
2019-01-16 17:38:45 +00:00
Jörg Thalheim 92b3b7ca74
Merge pull request #54070 from baracoder/update-jetbrains-editors
Update jetbrains editors
2019-01-16 17:31:14 +00:00
Jörg Thalheim bab0597959
Merge pull request #54068 from r-ryantm/auto-update/qpdf
qpdf: 8.2.1 -> 8.3.0
2019-01-16 17:25:24 +00:00