194765 Commits

Author SHA1 Message Date
Will Dietz
dc25f13c5a
krita: 4.2.5 -> 4.2.6, gz -> xz
https://krita.org/en/item/krita-4-2-6-released/
2019-09-13 22:00:13 -05:00
Mario Rodas
ecdc1ecd9c
chez: fix build on darwin 2019-09-13 22:00:00 -05:00
Will Dietz
9a63273267
txr: 224 -> 225
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-225
2019-09-13 21:56:37 -05:00
Will Dietz
7ff42e439e
sarasa-gothic: 0.8.0 -> 0.8.2
https://github.com/be5invis/Sarasa-Gothic/releases/tag/v0.8.2
2019-09-13 21:55:41 -05:00
Will Dietz
c21ae92d94
spleen: 1.0.5 -> 1.3.0
Install psfu files for console use.
2019-09-13 21:48:51 -05:00
Will Dietz
f99bdb2b61
networkmanager,modemmanager: fix service symlinks for systemd v243
Fixes problems such as:

systemd[1]: Failed to put bus name to hashmap: File exists
systemd[1]: dbus-org.freedesktop.nm-dispatcher.service: Two services allocated for the same bus name org.freedesktop.nm_dispatcher, refusing operation.

Problem is that systemd treats symlinks to files outside the service
path differently, causing our old workaround to look like two separate services.

These symlinks are intended to be a means for manually emulating
the behavior of the `Alias=` directive in these services.
Unfortunately even making these symlinks relative isn't enough,
since they don't make it to where it matters--
that only makes the links in /etc/static/systemd/system/*
relative, with systemd still being shown non-relative links
in /etc/systemd/system/*.

To fix this, drop all of this at the package level
and instead simply specify the aliases in the NixOS modules.

Also handle the same for modemmanager,
since the networkmanager NixOS module also handles that.
2019-09-13 21:02:39 -05:00
worldofpeace
5e936cab20 nixos/pantheon: use Pantheon's greeter
I now consider this usable in NixOS without reflecting
negatively on NixOS as a whole. For example this greeter
is immune to issues like #60651.
2019-09-13 21:36:23 -04:00
worldofpeace
a99ef0345d nixos/lightdm/pantheon: provide xgreeters in package 2019-09-13 21:31:12 -04:00
worldofpeace
2bc1a8f9e3 pantheon.wingpanel: ensure themes are in XDG_DATA_DIRS 2019-09-13 21:31:12 -04:00
worldofpeace
4828df8ab7 nixos/pantheon: add gtk settings.ini 2019-09-13 21:31:11 -04:00
worldofpeace
d5766ef6b3 nixos/pantheon: use sessionVariables 2019-09-13 21:31:11 -04:00
worldofpeace
4b2e250f9e nixos/lightdm/pantheon: drop warning
This issue has been fixed in the latest release.
2019-09-13 21:31:03 -04:00
Dima
5b3fb23360 networkx: fixing undeclared dependency
the current version of networkx implicitly depends on
pkg_resources from setuptools to check the version of
pydot (https://github.com/networkx/networkx/issues/3173).
2019-09-14 03:28:56 +02:00
worldofpeace
98470bb610 pantheon.elementary-greeter: 3.3.1 -> 2019-09-10
https://github.com/elementary/greeter/releases/tag/5.0
2019-09-13 21:28:08 -04:00
Jonathan Ringer
e5aba9c007 pythonPackages.azure-servicebus: 0.50.0 -> 0.50.1 2019-09-13 18:25:45 -07:00
Dima
afc4110dac setools: 4.2.0 -> 4.2.2 and fixing build
The build was broken because meanwhile setools requires cython
and no bison, swig and flex anymore.

Also, bumping version to newest release, which is not directly related
to the build breakage.
2019-09-14 03:18:59 +02:00
Jonathan Ringer
27c8e8ec5c pythonPackages.uamq: 1.1.0 -> 1.2.2 2019-09-13 18:18:08 -07:00
Aaron Andersen
4e6b7a51a0 nut: fix broken build 2019-09-13 21:17:05 -04:00
Aaron Andersen
792f80d918 tome4: fix broken build 2019-09-13 21:10:11 -04:00
worldofpeace
a412701c8d
Merge pull request #68063 from dtzWill/update/ell-0.22-iwd-0.20
ell: 0.21 -> 0.22, iwd: 0.19 -> 0.20, add myself to maintainers
2019-09-13 21:09:00 -04:00
Jonathan Ringer
4a17217696 pythonPackages.azure-common: fix namespace lookup 2019-09-13 18:06:45 -07:00
Will Dietz
208fa6be8e iwd: revert commit introducing attempt to create /var
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-13 20:59:31 -04:00
Will Dietz
aaf0ccfa4d iwd: 0.19 -> 0.20
* don't use deprecated dbus directory
* alphabetize
* drop Mic92 from maintainers
  https://github.com/NixOS/nixpkgs/pull/68063#discussion_r323113385
* enableParallelBuilding

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-13 20:59:17 -04:00
Jonathan Ringer
fdd6245e53 pythonPackages.azure-mgmt-common: fix namespace issue 2019-09-13 17:37:55 -07:00
Alexandre Esteves
5f46805ec6 Fix typo 2019-09-14 01:01:17 +01:00
Jonathan Ringer
a0440ad8b5 nixops_1_6_1: pin azure-storage 2019-09-13 16:59:45 -07:00
Jonathan Ringer
eb8bd784b1 pythonPackages.lightgbm: fix build 2019-09-13 16:48:52 -07:00
Austin Seipp
700cc56a0e
doctl: 1.18.0 -> 1.31.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-13 18:32:29 -05:00
Silvan Mosberger
b7f54d4ffa
radicale: Fix runtime
Needed pkg_resources module, which apparently comes from setuptools
according to https://stackoverflow.com/a/10538412/6605742
2019-09-14 00:56:19 +02:00
Fabian Möller
155a0a07f4
pythonPackages.webtest: fix darwin build 2019-09-14 00:19:46 +02:00
Robin Gloster
0c457cb348
Merge pull request #68693 from jonringer/fix-pyarrow
pythonPackages.pyarrow: fix build
2019-09-14 00:02:54 +02:00
worldofpeace
02cab2d031 scribusUnstable: fix build
We use harfbuzzFull because that includes the icu build which
this depends on.

Fixes #68548
2019-09-13 17:51:01 -04:00
Robin Gloster
c8cb4c743e
Merge pull request #68664 from danme/fix-csvkit
csvkit: fix failing test
2019-09-13 23:50:31 +02:00
Robin Gloster
ef378f7ffa
Merge pull request #68585 from B4dM4n/manuskript-build
manuskript: fix build and use wrapQtApp
2019-09-13 23:32:45 +02:00
Robin Gloster
da28be646f
Merge pull request #68661 from JohnAZoidberg/xen-gcc8
xen: Ignore GCC8 errors
2019-09-13 23:28:20 +02:00
Robin Gloster
c53d6f947f
Merge pull request #68673 from ck3d/fix-vb-guest-kernel52
virtualboxGuestAdditions: fix compilation with kernel 5.2
2019-09-13 23:26:29 +02:00
Robin Gloster
e4581fb5ab
Merge pull request #68677 from jonringer/fix-zeep
pythonPackages.zeep: fix pytest5 tests
2019-09-13 23:25:28 +02:00
Robin Gloster
77cbf831e4
Merge pull request #68690 from jonringer/bump-hug
python3Package.hug: 2.4.8 -> 2.6.0
2019-09-13 23:18:04 +02:00
Fabian Möller
69ee17f060
uvloop: fix darwin build 2019-09-13 23:11:56 +02:00
Jörg Thalheim
51bf5f4b3f
Merge pull request #68684 from zimbatm/rustup-1.19.0
rustup: 1.18.3 -> 1.19.0
2019-09-13 21:36:01 +01:00
Jonathan Ringer
47a3a1127f pythonPackage.celery: fix tests 2019-09-13 13:05:08 -07:00
Matthew Bauer
2021578686 ghc: don’t use dwarf on windows
elfutils don’t work on windows

https://hydra.nixos.org/eval/1541857#tabs-removed

/cc @domenkozar
2019-09-13 16:00:30 -04:00
Franz Pletz
a7f2985466
Merge pull request #68698 from mayflower/fix-samba4Full
samba4Full: fix build
2019-09-13 19:46:41 +00:00
Jonathan Ringer
cc7c778bf1 pythonPackage.pycurl2: fix build 2019-09-13 12:27:09 -07:00
Tim Steinbach
c1fae7ccc8
xmonad: Fix test 2019-09-13 15:16:56 -04:00
WilliButz
9378ff1cb5
samba4Full: fix build
The pkgconfig requirements for glusterfs-api were not satisfied without
uuid, resulting in Waf not setting the correct API version for glusterfs
during the build and consequently incompatible function calls in samba.

Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2019-09-13 21:13:48 +02:00
Robin Gloster
761b3a0640
Merge pull request #68692 from mayflower/netatalk
netatalk: use system netatalk
2019-09-13 20:46:20 +02:00
worldofpeace
ed80711ca6
Merge pull request #68611 from aanderse/zhf/ike
ike: fix broken build
2019-09-13 14:40:59 -04:00
Robin Gloster
8b34d843c6
python.pkgs.cryptography: fix/ignore broken tests
Broken tests by openssl 1.1.1d, added patch and skipped one test

Issue for skipped test: https://github.com/pyca/cryptography/issues/4998
2019-09-13 20:20:09 +02:00
Eelco Dolstra
b9e81b2138 nixFlakes: 2.3pre20190830_04np4n6 -> 2.4pre20190913_a25c022 2019-09-13 20:13:14 +02:00