186858 Commits

Author SHA1 Message Date
xrelkd
efed1cb9a5 debianutils: 4.8.6.1 -> 4.8.6.2 2019-07-13 09:48:50 +02:00
Yarny0
15aacfb450 hplip: 3.19.1 -> 3.19.6
Release notes:
https://developers.hp.com/hp-linux-imaging-and-printing/release_notes
2019-07-13 09:48:44 +02:00
Yarny0
1323930b7b hplip: add meta.downloadPage 2019-07-13 09:48:40 +02:00
Kirill Boltaev
1e0ebdb8a4 buildPythonPackage: add support for setupPyDistFlags
Flags passed to the "python setup.py" command.
2019-07-13 09:47:00 +02:00
Frederik Rietdijk
4aee94629d Merge staging-next into staging 2019-07-13 09:46:03 +02:00
Frederik Rietdijk
54065ae20d Merge master into staging-next 2019-07-13 09:45:40 +02:00
Frederik Rietdijk
ec7f569211 python.buildEnv: use NIX_PYTHONPATH 2019-07-13 09:37:33 +02:00
Frederik Rietdijk
46409b5c32 Python: add sitecustomize.py, listen to NIX_PYTHONPATH
This commit adds a Nix-specific module that recursively adds paths that
are on `NIX_PYTHONPATH` to `sys.path`. In order to process possible
`.pth` files `site.addsitedir` is used.

The paths listed in `PYTHONPATH` are added to `sys.path` afterwards, but
they will be added before the entries we add here and thus take
precedence.

The reason for adding support for this environment variable is that we
can set it in a wrapper without breaking support for `PYTHONPATH`.
2019-07-13 09:37:33 +02:00
Jaka Hudoklin
7803ff314c
Merge pull request #64627 from aske/virtman-fix
Fix virt-manager on non-gnome systems
2019-07-13 08:00:46 +02:00
Ambroz Bizjak
f93c5deb47 nvidia-settings: Install desktop file and icon.
The template has substitution variables intended to be replaced resulting
in absolute paths. Because absolute paths break after the desktop file is
copied by a desktop environment, make Exec and Icon be just a name.
2019-07-13 03:44:38 +02:00
taku0
07bf5edc5f thunderbird: 60.7.2 -> 60.8.0 2019-07-13 10:30:36 +09:00
taku0
4f59539e46 thunderbird-bin: 60.7.2 -> 60.8 2019-07-13 10:30:09 +09:00
Silvan Mosberger
2d7bce29d1
nixos/install-grub: include child configs in grub menu (#45345)
nixos/install-grub: include child configs in grub menu
2019-07-13 03:07:02 +02:00
Silvan Mosberger
807a62e68e
minecraft-server: 1.14 -> 1.14.3 (#63848)
minecraft-server: 1.14 -> 1.14.3
2019-07-13 03:02:23 +02:00
volth
a276de9e79 gtkd: fix build with config.allowAliases=false 2019-07-12 23:52:39 +00:00
Vladyslav M
914a8f543a
bcachefs: 2019-07-11 (#64675)
bcachefs: 2019-07-11
2019-07-13 02:35:28 +03:00
pacien
9e9cc366d0 riot-web: fallback to example config
Since 1.2.2, specifying defaults seems to be required for the app to start.
2019-07-13 00:55:23 +02:00
worldofpeace
ef89b398b8
Merge pull request #63714 from tadeokondrak/mumble_git/update/2019-07-10
mumble_git: 2018-07-01 -> 2019-07-10
2019-07-12 18:35:10 -04:00
Alex Rice
f68f61d243 evtest-qt: init at 0.2.0 2019-07-12 23:12:24 +01:00
worldofpeace
3c84ac7523
Merge pull request #63497 from tadeokondrak/oppai-ng/init/3.2.2
oppai-ng: init at 3.2.2
2019-07-12 17:55:45 -04:00
Alex Rice
4b6ae9f831 Add alexarice to maintainers list 2019-07-12 22:54:27 +01:00
Timo Kaufmann
c249ba2f64
python2.pkgs.scipy: fix fixed output hash (#64680)
Missed in 03226aac623e5197d7910127dbf5bdea93e6aa99.
2019-07-12 23:19:12 +02:00
Eric Norris
79643b8aca
cloudflared: 2018.10.3 -> 2019.7.0
- switch to tagged release
- added version to build flags
2019-07-12 17:07:49 -04:00
Kirill Boltaev
2df33c40ff virtmanager: remove redundant gtk3 dependency 2019-07-12 23:55:37 +03:00
Kirill Boltaev
6b68d9b911 virtviewer: remove gstreamer plugins already propagated by spice-gtk 2019-07-12 23:52:48 +03:00
Kirill Boltaev
5e18c7cf21 virtmanager: remove redundant gsettings schema compilation
Schemas are now compiled in the setup.py.
2019-07-12 23:52:48 +03:00
Kirill Boltaev
cdfc0b6429 virtmanager: fix librsvg propagation from wrapGAppsHook
Custom buildPhase should be removed once there is support
for setupPyDistFlags (not a final name).
2019-07-12 23:52:48 +03:00
Kirill Boltaev
22e2acd736 virtmanager: add missing GI dependencies 2019-07-12 23:52:48 +03:00
Kirill Boltaev
2f583129e2 spice-gtk: propagate gstreamer plugins
Note: there is no sound without gst-plugins-good.
2019-07-12 23:52:07 +03:00
Michael Weiss
dbaa1406a2
dynamips: 0.2.20 -> 0.2.21 2019-07-12 22:40:55 +02:00
Guillaume Bouchard
d363da72cc bazel: Use --distdir for prefetched repositories
--distdir is now used in the installCheckPhase for prefetched
  repositories. That's simpler, more robust and easier to extend in
  the future.

Note that `name` argument of fetchurl was removed because it changed
the basename of the generated file and bazel uses this basename for
its cache behavior.
2019-07-12 22:32:01 +02:00
Timo Kaufmann
362be9608c
python.pkgs.scipy: inherit the correct version (#64678)
Because of the missing `rec` the inherited version was actually the
nixpkgs version. AS a result, the output name depended on how nixpkgs
was fetched, introducing impurity.
2019-07-12 22:31:26 +02:00
adisbladis
16208d1199
Merge pull request #64673 from xrelkd/update/debootstrap
debootstrap: 1.0.114 -> 1.0.115
2019-07-12 20:57:51 +01:00
Jamey Sharp
d79584c902 nixos/nscd: document why it is configured this way 2019-07-12 12:07:45 -07:00
Silvan Mosberger
5b8b5a694c
Merge pull request #64112 from davidtwco/deluge/users-groups-firewalls
nixos/deluge: add user/group/openFirewall opts and extraction packages to path
2019-07-12 20:26:55 +02:00
Vladyslav M
ec381b5e83
zathura-pdf-poppler: fix source url (#64338)
zathura-pdf-poppler: fix source url
2019-07-12 21:23:13 +03:00
xrelkd
c9b88d0d79 debootstrap: 1.0.114 -> 1.0.115 2019-07-13 01:12:14 +08:00
worldofpeace
215497e1e8
Merge pull request #64652 from xrelkd/update/gitAndTools.hub
gitAndTools.hub: 2.12.1 -> 2.12.2
2019-07-12 13:11:20 -04:00
Roman Volosatovs
8bf1d5c576
zathura-pdf-poppler: fix source url 2019-07-12 18:30:02 +02:00
Maximilian Bosch
b2794431e6
Merge pull request #62911 from Ma27/bump-mautrix-whatsapp
mautrix-whatsapp: 2019-02-24 -> 2019-07-04
2019-07-12 18:18:44 +02:00
Amar Paul
157d56d311 cdrtools: fix for darwin (#64460) 2019-07-12 11:26:07 -04:00
Nikolay Amiantov
f62f744ac2 gajim: fix audio calling
It appears it actually works with this fix!
2019-07-12 18:01:12 +03:00
Meghea Iulian
e5b473afe9 lxc: fix bash completions 2019-07-12 16:39:28 +03:00
Edmund Wu
e7c72be0fc
bcachefs-tools: 2019-05-29 -> 2019-07-11 2019-07-12 08:40:36 -04:00
Edmund Wu
7181669da5
linux_testing_bcachefs: 5.0.2019.05.29 -> 5.1.2019.07.11 2019-07-12 08:40:28 -04:00
Thomas Tuegel
02afb228e2 qt512: Update qtbase.patch 2019-07-12 14:12:52 +02:00
Jos van den Oever
552803f6f5 qt 5.12.0 -> 5.12.3 2019-07-12 14:12:52 +02:00
xrelkd
594dfcd63b axel: 2.17.1 -> 2.17.3 2019-07-12 13:28:46 +02:00
Aaron Andersen
cc9ec8a423
Merge pull request #63496 from tadeokondrak/discord-rpc/init/3.4.0
discord-rpc: init at 3.4.0
2019-07-12 07:27:06 -04:00
Tadeo Kondrak
aab48064e9
discord-rpc: init at 3.4.0 2019-07-12 05:05:31 -06:00