Commit Graph

152062 Commits

Author SHA1 Message Date
Maximilian Bosch
de6544b50e
pdf2htmlEX: mark as broken
See https://hydra.nixos.org/build/81003667

The build is currently broken on Hydra due to the following error:

```
CairoFontEngine.cc:681:17: error: 'void Object::free()' is private within this context
```

This issue is was also reported in AUR (https://aur.archlinux.org/packages/pdf2htmlex/)
and in the upstream issue tracker (https://github.com/coolwanglu/pdf2htmlEX/issues/753) with
no answer until now.

The current README.md states that the project is no longer under active
development and it seems as there are currently no active maintainers
who could fix this:

* 5d0a2239fc
* https://github.com/coolwanglu/pdf2htmlEX/issues/772
2018-09-08 16:16:26 +02:00
Michael Raskin
7c69ae6259
Merge pull request #46348 from YorikSar/update-chromium
chromium: 68.0.3440.106 -> 69.0.3497.81
2018-09-08 14:02:46 +00:00
Maximilian Bosch
6960a96a0c jbake: fix sandbox build (#46363)
See https://hydra.nixos.org/build/80999410

Without a sandbox the `checkPhase` breaks with the following error:

```
/nix/store/i6vl5lwlz5jbkg4r6p340dwmj6fha3xq-stdenv-linux/setup: bin/jbake: /usr/bin/env: bad interpreter: No such file or directory
jbake did not return correct version
```

Running `patchShebangs` before fixes the issue.

Addresses #45960
2018-09-08 15:20:39 +02:00
Graham Christensen
ca7391daf2
Merge pull request #46341 from obsidiansystems/fix-46320
nixpkgs module: Fix defaulting of `localSystem` and `system`
2018-09-08 09:16:41 -04:00
Robert Helgesson
bcedf59d84
perl-packages: remove rycee from maintainers
I no longer use or develop Perl regularly so cannot vouch for these
packages anymore.
2018-09-08 15:15:41 +02:00
Vladyslav M
3b4ab85f01 ripgrep: 0.9.0 -> 0.10.0 (#46331) 2018-09-08 14:21:25 +02:00
Maximilian Bosch
37032db583 chessx: fix build (#46359)
See https://hydra.nixos.org/build/80998335.

Upstream doesn't support QT 5.11 ATM which broke compilation:

```
src/dialogs/savedialog.cpp: In constructor ‘SaveDialog::SaveDialog(QWidget*, Qt::WindowFlags)’:
src/dialogs/savedialog.cpp:37:34: error: invalid use of incomplete type ‘class QButtonGroup’
     group = new QButtonGroup(this);
```

The Arch community recommends to use an older QT version to fix
this (https://aur.archlinux.org/packages/chessx/).

Furthermore the `QT_PLUGIN_PATH` wasn't set properly which broke the
runtime since QT coudln't find the `xcb` plugin:

```
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized.
Reinstalling the application may fix this problem.
```

Finally, some minor style fixes were made for consistent indentation.

Addresses #45960
2018-09-08 14:19:24 +02:00
Michael Weiss
28a46c2c6f
Merge pull request #46361 from primeos/nixos-sks
nixos/sks: Minor improvements
2018-09-08 14:16:55 +02:00
Tad Fisher
56b3c5b2dd nixos/networkmanager: fix VPN plugin service definition targets (#46201) 2018-09-08 14:10:51 +02:00
Samuel Dionne-Riel
2c751dcdc9 yabause: 0.9.14 -> 0.9.15 (#46353)
+ fixes for Qt 5.11 build.
2018-09-08 13:58:50 +02:00
Michael Weiss
6764d41ecc nixos/sks: Update the descriptions and add meta.maintainers
TODO: Merge this module with https://github.com/NixOS/nixpkgs/pull/24516
2018-09-08 13:44:11 +02:00
Michael Weiss
a0d7b88911 nixos/sks: Add a dataDir option 2018-09-08 13:44:08 +02:00
R. RyanTM
cd20437f81
josm: 14066 -> 14178
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
josm
2018-09-08 13:42:49 +02:00
Maximilian Bosch
a02002deba pythonPackages.pycaption: fix build (#46356)
The `beaitufulsoup4` package distributed by `nixpkgs` is now at `4.6.3`.

Additionally it fixes `gnomecaption` which depends on the broken
`pycaption` package.

See https://hydra.nixos.org/build/81000247
See https://hydra.nixos.org/build/80723223

Addresses #45960
2018-09-08 11:20:47 +02:00
Jörg Thalheim
182f1fc2c8 vim-plugins: remove .git extension from spec 2018-09-08 10:08:56 +01:00
worldofpeace
2031c0ebfe mono-addins: fix build (#46354) 2018-09-08 10:06:58 +02:00
Dan Peebles
f223f417fa swift-corelibs.corefoundation: update and modernize
This actually makes it useful to the Darwin stdenv, which I'll soon be
adjusting to use this library
2018-09-08 03:08:16 -04:00
Jan Tojnar
667e54bdb0
Merge pull request #45045 from jtojnar/rygel
Rygel
2018-09-08 06:22:37 +01:00
Jan Tojnar
60ae12f5de
nixos/rygel: init 2018-09-08 06:57:14 +02:00
Jan Tojnar
feb18af060
gnome3.rygel: init at 0.36.2 2018-09-08 06:57:14 +02:00
Jan Tojnar
b18461b085
gupnp-igd: 0.2.4 → 0.2.5 2018-09-08 05:45:25 +02:00
Jan Tojnar
05506a2785
gupnp-av: enable docs, gir, tests and split outputs 2018-09-08 05:45:25 +02:00
Jan Tojnar
0f063f97a6
gupnp: 1.0.2 → 1.0.3 2018-09-08 05:45:24 +02:00
Jan Tojnar
5bee539f1c
gupnp-dlna: enable docs, tests and split outputs 2018-09-08 05:45:24 +02:00
Jan Tojnar
1aaea3839b
gupnp: enable docs, gir and split outputs 2018-09-08 05:45:23 +02:00
Tim Steinbach
bd55a78f6d nanorc: Init at 2018-09-05 2018-09-07 21:11:26 -04:00
Jan Tojnar
f0f8229ee3
gssdp: enable docs, tests, gir and split outputs 2018-09-08 03:09:35 +02:00
Matthew Bauer
1acfddb69a
Merge pull request #45757 from bkchr/androidndk_standalone_toolchain
Androidndk standalone toolchain support
2018-09-07 19:34:49 -05:00
Thomas Tuegel
da2a289d03
Merge pull request #46264 from r-ryantm/auto-update/kipi-plugins
kipi-plugins: 5.2.0 -> 5.9.0
2018-09-07 19:11:48 -05:00
Bastian Köcher
0f8c58afd2 kdecoration-viewer: Fixes build (#46339) 2018-09-08 01:38:56 +02:00
xeji
a9dfb018a0
Merge pull request #46347 from markuskowa/homepage-3
Update dead homepage links
2018-09-08 01:36:16 +02:00
Markus Kowalewski
17eda39832
numix-*: update homepage 2018-09-08 01:19:02 +02:00
Markus Kowalewski
f60fea5742
netselect: update homepage + license 2018-09-08 01:18:57 +02:00
Maximilian Bosch
218ac50fd4 pythonPackages.trio: fix build (#46342)
Fixes the build for `python3Packages.trio' for the next ZHF iteration.
Please refer to the Hydra build for further reference: https://hydra.nixos.org/build/80617356

`python3Packages.sniffio` is needed for the build, otherwise the build
aborts with an error like this:

```
  Could not find a version that satisfies the requirement sniffio (from trio==0.6.0) (from versions: )
No matching distribution found for sniffio (from trio==0.6.0)
```

See #45960
2018-09-08 01:02:55 +02:00
xeji
56d0a70ef5
Merge pull request #46344 from markuskowa/license-13
Add licenses
2018-09-08 00:57:47 +02:00
Markus Kowalewski
fb89213cf6
x11-ssh-askpass: update src + homepage, add license 2018-09-07 23:51:50 +02:00
Markus Kowalewski
e4620658d0
nitrogen: update homepage 2018-09-07 23:51:50 +02:00
Markus Kowalewski
4f0010dbec
euca2ools: update homepage 2018-09-07 23:51:50 +02:00
Markus Kowalewski
72ce407703
x2x: update license + homepage 2018-09-07 23:51:50 +02:00
Markus Kowalewski
7de251551a
xvkbd: update homepage 2018-09-07 23:51:50 +02:00
Timo Kaufmann
83b259271f
Merge pull request #46337 from timokau/sage-openblas-fix
sage: re-add pkg-config aliases
2018-09-07 23:50:46 +02:00
Markus Kowalewski
0bdf24f9a5
lsdvd: add license 2018-09-07 23:48:32 +02:00
Markus Kowalewski
e016d1eabb
cdrdao: add license 2018-09-07 23:48:31 +02:00
Markus Kowalewski
f92f9a2b6f
bchunk: add license 2018-09-07 23:48:30 +02:00
Markus Kowalewski
0f61edc465
wfds: add license 2018-09-07 23:48:26 +02:00
Markus Kowalewski
9a46c0f384
relfs: add license 2018-09-07 23:48:21 +02:00
Markus Kowalewski
fa6bfc5974
reiser4progs: add license, update homepage 2018-09-07 23:48:19 +02:00
Markus Kowalewski
aae4e1ddc2
nilfs-utils: add licenses 2018-09-07 23:48:19 +02:00
Markus Kowalewski
d3485885b2
mtpfs: add licenses 2018-09-07 23:48:18 +02:00
Markus Kowalewski
4f83467ba4
mtools: add license 2018-09-07 23:48:17 +02:00