Commit Graph

192815 Commits

Author SHA1 Message Date
Riley Inman
cd04b610ba inkscape: add wrapGAppsHook for icons (fixed for strictDeps)
Resolves #68185.
The icons in Inkscape depend on gdk-pixbuf loaders, but because
strictDeps is set to true to fix some macOS issues it doesn't work
(see #56943). Adding librsvg to buildInputs explicitly fixes the issue.
2019-09-08 14:51:12 -04:00
Frederik Rietdijk
47caef475f Merge master into staging-next 2019-09-08 20:45:29 +02:00
Frederik Rietdijk
5f4734b1dd Merge remote-tracking branch 'upstream/gcc-8' into staging-next
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
Bjørn Forsman
1a1a7ed266 gnomeExtensions.system-monitor: 36 -> 38
Remove "broken = true" since this version supports GNOME 3.32.
2019-09-08 19:51:57 +02:00
worldofpeace
ec27f6ff3c
Merge pull request #68282 from Pamplemousse/rappel
rappel: init at unstable-2019-07-08
2019-09-08 13:45:47 -04:00
symphorien
8772a1dfbc epkowa: update (#68225) 2019-09-08 13:39:21 -04:00
Daniël de Kok
85c6d72011 buildRustCrate: add support for renaming crates
Before this change, buildRustCrate always called rustc with

--extern libName=[...]libName[...]

However, Cargo permits using a different name under which a dependency
is known to a crate. For example, rand 0.7.0 uses:

[dependencies]
getrandom_package = { version = "0.1.1", package = "getrandom", optional = true }

Which introduces the getrandom dependency such that it is known as
getrandom_package to the rand crate. In this case, the correct extern
flag is of the form

--extern getrandom_package=[...]getrandom[...]

which is currently not supported. In order to support such cases, this
change introduces a crateRenames argument to buildRustCrate. This
argument is an attribute set of dependencies that should be renamed. In
this case, crateRenames would be:

{
  "getrandom" = "getrandom_package";
}

The extern options are then built such that if the libName occurs as
an attribute in this set, it value will be used as the local
name. Otherwise libName will be used as before.
2019-09-08 19:17:52 +02:00
Jaakko Luttinen
fa0b1870d1
nano-wallet: fix Qt wrapping 2019-09-08 19:41:05 +03:00
Vladimír Čunát
7e91247596
Merge branch 'staging-next' into staging 2019-09-08 18:28:11 +02:00
Vladimír Čunát
ccc8c73ea0
qt4: fixup build with gcc8 by Arch aur patch
I'll hope that this simple removal of "volatile" is OK.
I feel sure I saw a PR for this somewhere, but I can't find it.
2019-09-08 18:24:29 +02:00
Vladimír Čunát
6756cc5408
jing-trang: fixup build
Thanks to lopsided98.  Fixes #68307.
2019-09-08 18:19:51 +02:00
Jaakko Luttinen
766f0d0a60 pythonPackages.can: 3.1.0 -> 3.3.1 2019-09-08 18:18:29 +02:00
Jaakko Luttinen
a00a398bff pythonPackage.XlsxWriter: 1.1.8 -> 1.2.0 2019-09-08 18:18:29 +02:00
Jaakko Luttinen
8e814a802b pythonPackages.pvlib: 0.6.1 -> 0.6.3 2019-09-08 17:49:40 +02:00
arcnmx
c33a44a885 bukubrow: 2.4.0 -> 5.0.0 2019-09-08 08:48:19 -07:00
Pavol Rusnak
2a44aebb9f wasabiwallet: 1.1.5 -> 1.1.6 2019-09-08 17:47:41 +02:00
Frederik Rietdijk
241a61939d python.pkgs.pybind11: fix build 2019-09-08 17:43:16 +02:00
Frederik Rietdijk
b9810814ec python.pkgs.httpretty: disable flaky test 2019-09-08 17:23:04 +02:00
Andreas Rammhold
02e83699bb
Merge pull request #68096 from andir/systemd-v243
systemd: 242 -> 243
2019-09-08 17:16:40 +02:00
Andreas Rammhold
9c06aae94a
systemd: add myself as maintainer 2019-09-08 17:14:15 +02:00
Andreas Rammhold
f59b4cb8d5
nixos/tests/login: fix the seat test by loading sound drivers
It turned out that /dev/snd/* always exists even if there are no sound
drivers loaded at all. Loading `snd` and `snd_timer` fixes that
situation. It is probably fair to assume someone that wants to use sound
also enables that in the NixOS configuration.
2019-09-08 17:14:14 +02:00
Andreas Rammhold
2b605e96c2
nixos/networkd: continue supporting 99-main with wildcard interface match
With systemd version 243 network units with empty match block will
generate warnigs. The reasoning seems to be that the intended behaviour
is hard to infere. Being explicit about really meaning any interface is
the reasonable thing here.

We want to get rid of this mechanism in the long run but as long as we
do not have a replacement we should stick with it and keep it in
reasonable good shape.
2019-09-08 17:14:13 +02:00
Andreas Rammhold
d9b1256f93
systemd: 242 -> 243 2019-09-08 17:14:10 +02:00
Orivej Desh
88825bbbde freeimage: 3.17.0 -> 3.18.0 2019-09-08 14:46:31 +00:00
Frederik Rietdijk
4de7d240b6 python.pkgs.sphinx: requires setuptools
sphinx has setuptools (pkg_resources) as a runtime-dependency
2019-09-08 16:37:59 +02:00
Matthew Harm Bekkema
2e94b9853c
kernel: Enable X86_AMD_PLATFORM_DEVICE
This is needed to get the toupad working on my Acer Nitro laptop.
2019-09-09 00:22:27 +10:00
Thomas Tuegel
26b095829f
Merge pull request #68229 from dywedir/source-serif-pro
source-serif-pro: 2.010 -> 3.000
2019-09-08 09:22:11 -05:00
Jaakko Luttinen
e38a36094b
nano-wallet: 18.0 -> 19.0 2019-09-08 17:17:44 +03:00
nyanloutre
a054efda77 kde_applications: 19.08.0 -> 19.08.1 2019-09-08 16:09:38 +02:00
Sarah Brofeldt
0771a1273d
Merge pull request #68308 from srhb/rerec-utils
nixos/lib/utils: Make the set recursive again, unbreak eval
2019-09-08 15:36:59 +02:00
Daniel Șerbănescu
e2fca8b1db
nixos/xserver: refactor/fix xml tags for keyboard layout overrides
With the current XML tags there is an issue when building with a custom keyboard.
The description of the new keyboard layout will be missing in the built file: xkeyboard-config-2.27/share/X11/xkb/rules/evdev.lst
2019-09-08 15:16:16 +02:00
rnhmjoj
7468809e72
nixos/doc: inform users of startx about -xkbdir argument needed 2019-09-08 15:16:16 +02:00
Frederik Rietdijk
bcea6dfe2e python: numpy: 1.17.1 -> 1.17.2 2019-09-08 14:52:06 +02:00
rnhmjoj
e57c0f3bf9
nixos/xserver: export configuration with startx and extra layouts
If the X server is run manually it must be started with an `-xkbdir` argument
pointing to the custom xkb directory. So we export it to /etc/X11/xkb.
2019-09-08 14:51:23 +02:00
Frederik Rietdijk
e73f871285 Merge master into staging-next 2019-09-08 14:49:25 +02:00
worldofpeace
362c2f67f9
Merge pull request #68037 from dtzWill/update/upower-0.99.11
upower: 0.99.10 -> 0.99.11
2019-09-08 08:14:35 -04:00
Sarah Brofeldt
7ca5b39125 nixos/lib/utils: Make the set recursive again, unbreak eval 2019-09-08 13:31:18 +02:00
worldofpeace
16083defb5 nixos/upower: drop resumeCommands hack
Introduced 7 years ago, it's likely the issue has
been fixed. Even possible this could cause issues
with recent upower.
2019-09-08 07:02:58 -04:00
worldofpeace
92740dd4a8 nixos/upower: drop custom unit
All of these changes ++ are in the upstream unit
Also drop glib in path of unit as I don't believe
this should be needed anymore.
2019-09-08 07:02:58 -04:00
worldofpeace
ab48ede4c3 nixos/upower: don't use activation script to create statedir
Systemd now handles this completely.
2019-09-08 07:02:57 -04:00
worldofpeace
579a08ab15 upower: cleanup
* correct inputs
* drop dbus-glib
  Has not been needed for a very long
  time.
* intltool -> gettext
* add optional libimobiledevice
* propagate glib
  It's in Requires
* dev output
* drop useSystemd
2019-09-08 07:02:41 -04:00
Maximilian Bosch
7e534e3eeb
Merge pull request #68300 from marsam/update-tflint
tflint: 0.10.3 -> 0.11.0
2019-09-08 12:48:56 +02:00
Maximilian Bosch
4f67ff34d5
Merge pull request #68281 from doronbehar/update-sequoia
sequoia: 0.9.0 -> 0.10.0
2019-09-08 12:38:56 +02:00
Andreas Rammhold
722a286aff
Merge pull request #68298 from Ma27/bump-weechat
weechat: 2.5 -> 2.6
2019-09-08 12:35:47 +02:00
rnhmjoj
3516b1ddc5
warzone: 3.3.0_beta1 -> 3.3.0 2019-09-08 12:15:57 +02:00
worldofpeace
84b39ae0f8
Merge pull request #68297 from peterhoeg/f/strawberry
strawberry: environment variable was missing
2019-09-08 05:55:53 -04:00
Maximilian Bosch
f3ad897674
Merge pull request #68288 from Ma27/bump-nexus
nexus: 3.16.1-02 -> 3.18.1-01
2019-09-08 11:31:43 +02:00
Mario Rodas
9254955151
tflint: 0.10.3 -> 0.11.0
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.0
2019-09-08 04:20:00 -05:00
Maximilian Bosch
9c896d4f60
Merge pull request #68283 from etu/gitea-1-9-3
gitea: 1.9.2 -> 1.9.3
2019-09-08 10:55:05 +02:00
Maximilian Bosch
5972fba871
Merge pull request #68289 from exi/i3status-bump
i3status: 2.12 -> 2.13
2019-09-08 10:42:50 +02:00