about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | Merge pull request #60196 from colemickens/mergerfsJoachim F2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | mergerfs: fix for nixos systemd.mounts
| * | | | | | | | | | | | mergerfs: fix for nixos systemd.mountsCole Mickens2019-04-24
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #60382 from angristan/readme-19.03Matthew Bauer2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | README: 18.09 -> 19.03
| * | | | | | | | | | | | | README: 18.09 -> 19.03angristan2019-04-28
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #60379 from c0bw3b/pkg/service-wrapperWill Dietz2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | service-wrapper: 16.04.0 -> 19.04
| * | | | | | | | | | | | | service-wrapper: 16.04.0 -> 19.04c0bw3b2019-04-28
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | flent: add procps dep so checkPhase can succeedahiaao2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing dependency needed for testing flent (#60360)
* | | | | | | | | | | | | ocamlPackages.tyxml: 4.2.0 -> 4.3.0Vincent Laporte2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ocamlPackages.eliom: 6.4.0 -> 6.7.0 ocamlPackages.js_of_ocaml: 3.2.1 -> 3.3.0
* | | | | | | | | | | | | ocamlPackages.ojquery: remove at 0.1Vincent Laporte2019-04-28
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #60334 from bhipple/fix/doc-typoJoachim F2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos.grafana: fix docstring typo
| * | | | | | | | | | | | | nixos.grafana: fix docstring typoBenjamin Hipple2019-04-27
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #60210 from worldofpeace/mutter328/fixworldofpeace2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gnome3.mutter328: backport changes from 3.32
| * | | | | | | | | | | | | | gnome3.mutter328: backport changes from 3.32worldofpeace2019-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gsettings-desktop-schemas made the following change in 3.32[0] > Change tablets'/touchscreens' "display" setting to "output" one > with different semantics. That coincides with GNOME/mutter#133[1] This caused a segmentation fault in gala on Fedora[2] > Settings schema 'org.gnome.desktop.peripherals.touchscreen' > does not contain a key named 'display' I haven't experienced said segfault here in NixOS but I don't see a reason not to use the solution reached there, which was to backport relevant change[1] to mutter 3.28. [0]: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/commit/c7eee129c6edbc1a5b121fa3327d83049325becb [1]: https://gitlab.gnome.org/GNOME/mutter/merge_requests/133 [2]: https://bugzilla.redhat.com/show_bug.cgi?id=1700337
* | | | | | | | | | | | | | | Merge pull request #58320 from Infinisil/fix-idris-glfwSilvan Mosberger2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | idrisPackages.glfw: Fix runtime
| * | | | | | | | | | | | | | | idrisPackages.glfw: Fix runtimeSilvan Mosberger2019-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to run programs, pkgconfig needs to be present so it can tell it where to find glfw3 and gl.
* | | | | | | | | | | | | | | | Merge pull request #58319 from Infinisil/fix-idris-gmpSilvan Mosberger2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | idrisPackages: Fix linking to gmp library and cc
| * | | | | | | | | | | | | | | | idrisPackages.idris-wrapper: Use stdenv's cc instead of always gccSilvan Mosberger2019-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should make it work on Darwin with clang.
| * | | | | | | | | | | | | | | | idrisPackages.idris-wrapper: Fix linking to gmp librarySilvan Mosberger2019-03-26
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been broken since 5d18129ce8af9a69312818ea0a5a0029a04a2255, which updated idris from 1.3.0 to 1.3.1, which included https://github.com/idris-lang/Idris-dev/pull/4472 as the cause of the error. I'm still not entirely sure why this broke it though. This now way should be rather future proof, it uses NIX_CFLAGS to pass gpm link flags to our CC wrapper directly. The `NIX_CC_WRAPPER_${stdenv.cc.infixSalt}_TARGET_HOST` part I'm pretty sure is needed for the CC wrapper to know that those CFLAGS are meant for the cc running on the HOST.
* | | | | | | | | | | | | | | | Merge pull request #60364 from dywedir/zolaRenaud2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zola: 0.6.0 -> 0.7.0
| * | | | | | | | | | | | | | | | zola: 0.6.0 -> 0.7.0Vladyslav M2019-04-28
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Revert "appimageTools: small simplification"Will Dietz2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1c06590fa926f114ada7aa0be227613fac866088.
* | | | | | | | | | | | | | | | | Merge pull request #59465 from minijackson/module-jellyfinAaron Andersen2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | nixos/jellyfin: add simple testMinijackson2019-04-28
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | jellyfin: add minijackson to maintainersMinijackson2019-04-28
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | nixos/jellyfin: initMinijackson2019-04-28
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #60075 from peterhoeg/u/yadPeter Hoeg2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yad: 0.40.0 -> 0.42.0
| * | | | | | | | | | | | | | | | | | yad: 0.40.0 -> 0.42.0Peter Hoeg2019-04-23
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #58800 from peterhoeg/f/openvpnPeter Hoeg2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openvpn: support for updating systemd-resolved with DNS servers
| * | | | | | | | | | | | | | | | | | openvpn: support for updating systemd-resolved with DNS serversPeter Hoeg2019-04-03
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #59256 from peterhoeg/u/quaternionPeter Hoeg2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quaternion-git: init at 0.0.9.4-rc3
| * | | | | | | | | | | | | | | | | | | matrique -> spectralPeter Hoeg2019-04-24
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | quaternion-git: init at 0.0.9.4-rc3Peter Hoeg2019-04-24
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | libqmatrixclient: init at 0.5.1.2Peter Hoeg2019-04-18
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #60311 from peterhoeg/f/kwalletcliPeter Hoeg2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kwalletcli: fix pinentry-kwallet
| * | | | | | | | | | | | | | | | | | | | kwalletcli: fix pinentry-kwalletPeter Hoeg2019-04-27
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #58675 from tohl/sbclMichael Raskin2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sbcl: 1.5.0 -> 1.5.1, tested on nixos x86_64
| * | | | | | | | | | | | | | | | | | | | sbclBootstrap: bump on x86_64-darwinMichael Raskin2019-04-14
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | sbcl: 1.5.0 -> 1.5.1Tomas Hlavaty2019-04-01
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | nixos/sks: Fix another regression from ab5dcc7068bMichael Weiss2019-04-28
| |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | | | | Merge pull request #60368 from timokau/r-maintainerPeter Simons2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | R: add timokau as a maintainer
| * | | | | | | | | | | | | | | | | | | | R: add timokau as a maintainerTimo Kaufmann2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #60356 from yrashk/qgrepMaximilian Bosch2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | qgrep: init at 1.1
| * | | | | | | | | | | | | | | | | | | | qgrep: init at 1.1Yurii Rashkovskii2019-04-28
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #60352 from dtzWill/fix/fontmanager-0.7.5worldofpeace2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | font-manager: "0.7.5" -> actual 0.7.5
| * | | | | | | | | | | | | | | | | | | | font-manager: drop included patchWill Dietz2019-04-27
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | font-manager: bump to the actual 0.7.5 release :)Will Dietz2019-04-27
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hint was the need for fetching as a revision.
* | | | | | | | | | | | | | | | | | | | Merge pull request #60309 from elseym/documize-2Maximilian Bosch2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documize-module: refactor and add more options
| * | | | | | | | | | | | | | | | | | | | documize-module: refactor and add more optionselseym2019-04-28
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #60340 from dtzWill/fix/lua53Matthieu Coudron2019-04-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix lua53Packages.lua
| * | | | | | | | | | | | | | | | | | | | | fix lua53Packages.luaWill Dietz2019-04-27
| | | | | | | | | | | | | | | | | | | | | |