Commit Graph

152165 Commits

Author SHA1 Message Date
Matthew Bauer
fb0e0dcbc6 xdg/mime.nix: ensure $out/share/mime/packages exists
For update-mime-database to work, you must have to have some mime
packages installed. In some DEs like XFCE this is not guaranteed to
happen. In that case just skip the update-mime-database call.

Fixes #46162
2018-09-08 16:54:12 -05:00
xeji
d2ab091dd3
Merge pull request #46196 from oxij/pkgs/kodi-with-plugins
kodi: implement `kodiWithPlugins`, add more plugins
2018-09-08 23:43:42 +02:00
Tom Hunger
9110f768cf pyre: 0.9.0 -> 0.11.0 2018-09-08 22:22:00 +01:00
Markus Kowalewski
7dd2f4ec9c
pyslurm: 20180811 -> 20180908 2018-09-08 23:16:37 +02:00
Markus Kowalewski
0051772890
nixos/slurm: add option clusterName
slurm 18.08 requires ClusterName to be set
(set to default).
2018-09-08 23:14:54 +02:00
Markus Kowalewski
7a5b42161f
slurm: 17.11.9-2 -> 18.08.0-1 2018-09-08 23:14:54 +02:00
Elis Hirwing
50ea36953e
testssl: 2.9.5-5 -> 2.9.5-6
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-6
2018-09-08 23:12:22 +02:00
Tad Fisher
0b2b7b2d53 steamcmd: init at 20180104 2018-09-08 13:39:32 -07:00
Tad Fisher
b19cdc31c1 vkquake: fix build 2018-09-08 13:13:23 -07:00
xeji
113f4d7b44
pythonPackages.persistent: fix build (#46364)
Documentation-related tests failed, the docs didn't build correctly
because of missing dependencies sphinx and manuel. Add them.
2018-09-08 21:35:33 +02:00
Maximilian Bode
73e75a7d16 pythonPackages.confluent-kafka: fix build (#46380)
cc #45960
2018-09-08 21:32:04 +02:00
xeji
8c6cf3de3d
cryptsetup: enable and fix tests (#46346)
Some tests use O_DIRECT which is filesystem dependent and fails in a
sandbox as well as on some filesystems without sandboxing.
Patch out O_DIRECT and disable the 4 test cases that still fail in a
sandbox. See discussion in #46151.
2018-09-08 21:24:15 +02:00
Elis Hirwing
39ed38f017
sequeler: 0.6.0 -> 0.6.1
Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.6.1
2018-09-08 20:24:31 +02:00
countingsort
4f6c4030dc bunny: 1.1 -> 1.2 2018-09-08 19:44:25 +02:00
Janne Heß
9ef77854f7 treewide: Use http/https for homepages 2018-09-08 18:30:00 +02:00
Janne Heß
bda4992564 treewide: Fix variables in homepages 2018-09-08 18:14:53 +02:00
José Romildo Malaquias
2c57a6a704 dbus-factory: init at 3.1.17 2018-09-08 12:36:43 -03:00
José Romildo Malaquias
c1d1207463 go-dbus-factory: init at 0.0.7.1 2018-09-08 12:35:45 -03:00
José Romildo Malaquias
3f28e941e4 go-dbus-generator: init at 0.6.6 2018-09-08 12:33:13 -03:00
José Romildo Malaquias
a36e9a415c go-lib: init at 1.2.16.1 2018-09-08 12:32:00 -03:00
José Romildo Malaquias
2c7c248a53 go-gir-generator: init at 1.0.4 2018-09-08 12:30:30 -03:00
José Romildo Malaquias
91ddedf4a0 deepin-sound-theme: init at 15.10.3 2018-09-08 12:26:53 -03:00
Michael Weiss
b58a230c60
Merge pull request #46370 from primeos/nixos-sks
sks,nixos/sks: Various minor improvements

Module:
- Add a webroot option (serve a website by default, makes the setup easier)
- Explicitly set a group (instead of using 65534/nogroup)
- Move pkgs.sks from environment.systemPackages to the "sks" user and add pkgs.db

Package:
- Adapt the output of "sks version" to NixOS
- Copy the example webpages to $webSamples
2018-09-08 17:24:58 +02:00
Michael Weiss
53ef5441bb nixos/sks: Make the webroot option optional
That way the built-in web server is usable by default but users can use
$HOME/web directly (instead of having to use a symlink), if they want to
customize the webpage.
2018-09-08 17:01:35 +02:00
Thomas Tuegel
0ce6e32cb7
Merge pull request #46335 from bkchr/plasma_5_13_5
plasma5: 5.13.4 -> 5.13.5
2018-09-08 09:54:17 -05:00
Timo Kaufmann
fc67c051e4
Merge pull request #46366 from markuskowa/license-14
Add licenses
2018-09-08 16:32:23 +02:00
Michael Weiss
eb0050ca45 nixos/sks: Use a group and don't add sks to systemPackages
Without a group the gid will default to 65534 (2^16 - 2) which maps to
"nogroup". IMO it makes more sense to explicitly set a valid group.

Adding pkgs.sks to environment.systemPackages is not required (IIRC we
want to avoid bloating environment.systemPackages). Instead it seems
like a better idea to make the relevant binaries available to the user
sks and enable useDefaultShell so that "su -l sks" can be used for
manual interaction (that way the files will always have the correct
owner).
2018-09-08 16:24:05 +02:00
Michael Weiss
a6934b2389 sks: Adapt the package to NixOS (pkgs.db provides only "db_stat") 2018-09-08 16:24:05 +02:00
Michael Weiss
a0d3d098ff nixos/sks: Add a webroot option
The module will now, by default, serve a simple webpage via the built-in
web server (instead of displaying an error message).
2018-09-08 16:24:05 +02:00
Michael Weiss
d02c6a56cc sks: Copy the web examples to $webSamples for the module 2018-09-08 16:24:05 +02:00
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
Markus Kowalewski
d18bf12735
fbpanel: add license 2018-09-08 15:28:25 +02:00
Markus Kowalewski
6e6e41b56e
xine-ui: add license 2018-09-08 15:28:10 +02:00
Markus Kowalewski
2be3ed4062
tivodecode: add license 2018-09-08 15:27:50 +02: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
Markus Kowalewski
ffb5eca618
vcprompt: add license 2018-09-08 15:15:58 +02: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
Markus Kowalewski
ae795a6acd
monotone: add license 2018-09-08 15:12:27 +02:00
Markus Kowalewski
edb1bfcd32
guitone: add license 2018-09-08 15:07:58 +02:00
Markus Kowalewski
9f29e4c9c7
cvs2svn: add license 2018-09-08 15:04:33 +02:00
Markus Kowalewski
499b7e8927
bzr-tools: add license 2018-09-08 15:01:25 +02:00
Markus Kowalewski
c2ff374951
bazaar: add license 2018-09-08 14:55:41 +02:00
Markus Kowalewski
70e254d6bd
root: add license 2018-09-08 14:51:28 +02:00
Markus Kowalewski
1cff2dd135
pynac: add license 2018-09-08 14:48:19 +02:00
Markus Kowalewski
258c202565
prooftree: add license 2018-09-08 14:44:43 +02:00
Markus Kowalewski
2ed07fdb2b
drgeo: add license + homepage 2018-09-08 14:42:12 +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