1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00
Commit graph

178172 commits

Author SHA1 Message Date
Renaud 32780dc7ac
Merge pull request #60378 from c0bw3b/pkg/mfoc
mfoc: 0.10.6 -> 0.10.7
2019-04-28 19:35:01 +02:00
Joachim F 91f2ff1114
Merge pull request #60196 from colemickens/mergerfs
mergerfs: fix for nixos systemd.mounts
2019-04-28 17:26:03 +00:00
Matthew Bauer 39e60eb74f
Merge pull request #60382 from angristan/readme-19.03
README: 18.09 -> 19.03
2019-04-28 13:21:44 -04:00
angristan f08c8781fa README: 18.09 -> 19.03 2019-04-28 19:15:08 +02:00
Will Dietz 43b0f81346
Merge pull request #60379 from c0bw3b/pkg/service-wrapper
service-wrapper: 16.04.0 -> 19.04
2019-04-28 12:14:44 -05:00
uHOOCCOOHu 544c667851 staruml: mark dpkg as nativeBuildInputs 2019-04-29 01:11:03 +08:00
Roman Volosatovs 9aa9ca6d2e
dep: 0.5.0 -> 0.5.1 2019-04-28 19:05:54 +02:00
c0bw3b 3aa6b25fdf service-wrapper: 16.04.0 -> 19.04 2019-04-28 18:35:34 +02:00
ahiaao 7d558b2cdf flent: add procps dep so checkPhase can succeed
Added missing dependency needed for testing flent (#60360)
2019-04-28 17:52:48 +02:00
Vincent Laporte 2406c06ae0 ocamlPackages.tyxml: 4.2.0 -> 4.3.0
ocamlPackages.eliom: 6.4.0 -> 6.7.0
ocamlPackages.js_of_ocaml: 3.2.1 -> 3.3.0
2019-04-28 17:42:36 +02:00
Vincent Laporte 61b53f4071 ocamlPackages.ojquery: remove at 0.1 2019-04-28 17:42:36 +02:00
Joachim Fasting aa24c4e95b
nixos/apparmor: allow reloading profiles without losing confinement
Define ExecReload, otherwise reload implies stop followed by start, which
leaves existing processes in unconfined state [1].

[1]: https://gitlab.com/apparmor/apparmor/wikis/AppArmorInSystemd
2019-04-28 17:38:12 +02:00
Joachim Fasting f824dad19a
nixos/apparmor: order before sysinit.target
Otherwise, profiles may be loaded way too late in the init process.
2019-04-28 17:38:07 +02:00
c0bw3b 38c2e0b9d2 mfoc: 0.10.6 -> 0.10.7 2019-04-28 17:32:00 +02:00
Joachim F e666cc4e7e
Merge pull request #60334 from bhipple/fix/doc-typo
nixos.grafana: fix docstring typo
2019-04-28 15:07:06 +00:00
worldofpeace 24f15a7f9e
Merge pull request #60210 from worldofpeace/mutter328/fix
gnome3.mutter328: backport changes from 3.32
2019-04-28 10:54:03 -04:00
Silvan Mosberger 93143b02d5
Merge pull request #58320 from Infinisil/fix-idris-glfw
idrisPackages.glfw: Fix runtime
2019-04-28 16:53:32 +02:00
Silvan Mosberger 3857a8bb25
Merge pull request #58319 from Infinisil/fix-idris-gmp
idrisPackages: Fix linking to gmp library and cc
2019-04-28 16:53:00 +02:00
Renaud 0d203bb280
Merge pull request #60364 from dywedir/zola
zola: 0.6.0 -> 0.7.0
2019-04-28 16:51:47 +02:00
Will Dietz 7bd31a322f Revert "appimageTools: small simplification"
This reverts commit 1c06590fa9.
2019-04-28 09:41:31 -05:00
Aaron Andersen 3fce35fde2
Merge pull request #59465 from minijackson/module-jellyfin 2019-04-28 10:21:35 -04:00
Peter Hoeg 59c03134db
Merge pull request #60075 from peterhoeg/u/yad
yad: 0.40.0 -> 0.42.0
2019-04-28 21:56:06 +08:00
Peter Hoeg 8f81838ab5
Merge pull request #58800 from peterhoeg/f/openvpn
openvpn: support for updating systemd-resolved with DNS servers
2019-04-28 21:54:26 +08:00
Peter Hoeg 78bcc59d59
Merge pull request #59256 from peterhoeg/u/quaternion
quaternion-git: init at 0.0.9.4-rc3
2019-04-28 21:51:48 +08:00
Peter Hoeg 2a48354da3
Merge pull request #60311 from peterhoeg/f/kwalletcli
kwalletcli: fix pinentry-kwallet
2019-04-28 21:51:18 +08:00
Michael Raskin 3cf719f605
Merge pull request #58675 from tohl/sbcl
sbcl: 1.5.0 -> 1.5.1, tested on nixos x86_64
2019-04-28 12:50:46 +00:00
Michael Weiss 6852c080d8
nixos/sks: Fix another regression from ab5dcc7068
The two directories KDB and PTree do not exist before the SKS DB is
build for the first time. If /var/db/sks is empty and the module is
enabled via "services.sks.enable = true;" the following error will
occur:
...-unit-script-sks-db-pre-start[xxx]:
ln: failed to create symbolic link 'KDB/DB_CONFIG': No such file or directory

To avoid this both links have to be created after the DB is build.
Note: Creating the directories manually might be better but the initial
build might be skipped as a result:
unit-script-sks-db-pre-start[xxxxx]: KeyDB directory already exists.  Exiting.
unit-script-sks-db-pre-start[xxxxx]: PTree directory already exists.  Exiting.
2019-04-28 14:45:21 +02:00
uHOOCCOOHu 8b85bbfc34 staruml: fix dependency libexpat.so.1 2019-04-28 20:04:51 +08:00
Peter Simons 9dd1bbc9f3
Merge pull request #60368 from timokau/r-maintainer
R: add timokau as a maintainer
2019-04-28 13:24:41 +02:00
Timo Kaufmann 31709b611f R: add timokau as a maintainer
I'm interested in R as a dependency for sage. R changes are likely to
impact sage, so I'd like to get notified on those changes.
2019-04-28 13:20:47 +02:00
Vladyslav M 19e978e847
zola: 0.6.0 -> 0.7.0 2019-04-28 13:27:21 +03:00
Maximilian Bosch a2e219ec87
Merge pull request #60356 from yrashk/qgrep
qgrep: init at 1.1
2019-04-28 12:24:10 +02:00
worldofpeace ebc9db29d7
Merge pull request #60352 from dtzWill/fix/fontmanager-0.7.5
font-manager: "0.7.5" -> actual 0.7.5
2019-04-28 05:49:55 -04:00
Minijackson ab9378980a
nixos/jellyfin: add simple test 2019-04-28 11:03:51 +02:00
Minijackson 7f00383449
jellyfin: add minijackson to maintainers 2019-04-28 11:03:51 +02:00
Minijackson eb8dac2fcd
nixos/jellyfin: init 2019-04-28 11:03:50 +02:00
Maximilian Bosch a210440959
Merge pull request #60309 from elseym/documize-2
documize-module: refactor and add more options
2019-04-28 11:02:05 +02:00
Matthieu Coudron d0bac7debc
Merge pull request #60340 from dtzWill/fix/lua53
fix lua53Packages.lua
2019-04-28 16:48:38 +09:00
Matthieu Coudron a089b030d7
Merge pull request #60294 from dtzWill/update/xlayoutdisplay-1.1.0
xlayoutdisplay: 1.0.2 -> 1.1.0
2019-04-28 16:38:10 +09:00
Yurii Rashkovskii de70c139ec
qgrep: init at 1.1 2019-04-28 14:36:32 +07:00
Ihar Hrachyshka 43f9d5ccaa Generate python3 docs 2019-04-28 09:24:01 +02:00
Daiderd Jordan a76e11a8c5 python: make it possible to disable the python setup-hook
Without this it's impossible to use a python binary that depends on a
different python version than what's used during the current build.
2019-04-28 09:20:41 +02:00
Dmitry Kalinkin 8fa36fc8a1 python: provide hasCxxDistutils attribute for pythonPackages.numpy
Patching numpy.distutils used to be required for pythonPackages.cython
to build on darwin. It was later accidentally disabled during one of the
refactorings, but that did not break cython. This change reinstantiates
the patch. It still applies, so it should be low maintenance and it can
still be useful.
2019-04-28 09:17:59 +02:00
Will Dietz 313b1def6a xlayoutdisplay: limit to linux 2019-04-28 00:57:08 -05:00
elseym 5fb48557f5
documize-module: refactor and add more options 2019-04-28 07:45:17 +02:00
Will Dietz 3efeae33bb xlayoutdisplay: 1.0.2 -> 1.1.0
https://github.com/alex-courtis/xlayoutdisplay/releases/tag/v1.1.0
2019-04-28 00:43:25 -05:00
Will Dietz 6a73992cfa
Merge pull request #59752 from dtzWill/feature/dedup
dedup: init at 1.0
2019-04-28 00:28:06 -05:00
Lev Livnev 60e1f2dcab oraclejdk/jdk8psu: 8u202 -> 8u212 2019-04-28 07:23:18 +02:00
Lev Livnev 9e2ec2a2df oraclejdk/jdk8cpu: 8u201 -> 8u211 2019-04-28 07:23:18 +02:00
Michael Weiss 698388bc61 Revert "nixos/switch-to-configuration: Never stop system.slice"
This change was only a temporary workaround and isn't required anymore,
since /etc/systemd/system/system.slice should not be present on any
recent NixOS system (which makes this change a no-op).

This reverts commit 7098b0fcdf.
2019-04-28 07:21:34 +02:00