summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nixos/sddm: test automatic and manual loginThomas Tuegel2017-03-24
|
* nixos/plasma5: re-enable testThomas Tuegel2017-03-24
| | | | | | Fixes #24240. I do not know the cause of the test failures, but the tests pass now.
* sddm: fix wrapperThomas Tuegel2017-03-24
| | | | | | When I reduced the closure size, I broke the built-in theme. When I reverted that fix, the built-in theme worked but the Plasma theme was broken. Now the wrapper is fixed so that both themes work.
* nixos/plasma5: also test SDDM themeThomas Tuegel2017-03-24
|
* dnscrypt-proxy service: systemd notification under apparmorJoachim Fasting2017-03-24
|
* octoprint-plugins.m33-fio: fix incompatibility with new OctoPrintNikolay Amiantov2017-03-24
|
* Merge pull request #24270 from zx2c4/patch-2Jörg Thalheim2017-03-24
|\ | | | | wireguard: 0.0.20170320.1 -> 0.0.20170324
| * wireguard: 0.0.20170320.1 -> 0.0.20170324Jason A. Donenfeld2017-03-24
| |
* | Merge pull request #24266 from ndowens/915resolutionEelco Dolstra2017-03-24
|\ \ | | | | | | 915resolution: 0.5.2 -> 0.5.3
| * | 915resolution: 0.5.2 -> 0.5.3ndowens2017-03-23
| | |
* | | Merge pull request #23863 from plumps/add-vulnixFrederik Rietdijk2017-03-24
|\ \ \ | | | | | | | | vulnix: init at 1.2.2
| * | | pythonPackages.BTrees: 4.1.4 -> 4.3.1Jörg Thalheim2017-03-24
| | | |
| * | | initial release: vulnixMaksim Bronsky2017-03-15
| | | |
* | | | duplicity: 0.7.07.1 -> 0.7.12Peter Hoeg2017-03-24
| | | |
* | | | Revert "gdm module: only make xserver args overrideable"Robin Gloster2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a5aa9269027d638b80fe1f23bcf8887ca80d034b. This allows gdm to run again, the test is still failing.
* | | | Merge pull request #24252 from periklis/topic_darwin_cleanupDaiderd Jordan2017-03-24
|\ \ \ \ | | | | | | | | | | darwin: cleanup obsolete sdks
| * | | | darwin: cleanup obsolete sdksPeriklis Tsirakidis2017-03-24
| | | | |
* | | | | fetchrepoproject: fix evaluationDaiderd Jordan2017-03-24
|/ / / /
* | | / ocamlPackages.ocaml-compiler-libs: init at 0.9.0Vincent Laporte2017-03-24
| |_|/ |/| | | | | | | | | | | | | | | | | This packages exposes the OCaml compiler libraries repackages under the toplevel names Ocaml_common, Ocaml_bytecomp, ... Homepage: https://github.com/janestreet/ocaml-compiler-libs
* | | msr-tools: init at 1.3Peter Hoeg2017-03-24
| | |
* | | Merge pull request #24239 from spacekitteh/fetchFromGitRepoDaniel Peebles2017-03-23
|\ \ \ | | | | | | | | Added fetchRepoProject
| * | | fetchRepoProject: init.Sophie Taylor2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added to grab projects added by git-repo. Contains some problems still reguarding purity and clone.bundle, but good enough for now.
* | | | zsnes: only build on LinuxDan Peebles2017-03-23
| | | | | | | | | | | | | | | | It uses callPackage_i686 which forces Linux anyway, and the current setup just means that we end up with a weird i686-linux job under Darwin.
* | | | google-compute-image: copy store paths with rsyncc74d2017-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In `nixos/modules/virtualisation/google-compute-image.nix`, copy store paths with `rsync -a` rather than `cp -prd`, because `rsync` seems better able to handle the hard-links that may be present in the store, whereas `cp` may fail to copy them. I have tested that the Google Compute Engine image builds successfully for me with this patch, whereas it did not without this patch. This is the same fix applied for Azure images in commit 097ef6e435d5b3fcde92e67abbaaaaaf05c0723d. Fixes #23973.
* | | | Merge pull request #24235 from ndowens/gpscorrelatendowens2017-03-23
|\ \ \ \ | | | | | | | | | | gpscorrelate: 1.6.0 -> 1.6.1
| * | | | gpscorrelate: 1.6.0 -> 1.6.1ndowens2017-03-22
| | | | |
* | | | | nixos: xen: condition default packages on `enable`Jan Malakhovski2017-03-24
| | | | | | | | | | | | | | | | | | | | Closes #23690.
* | | | | nixos/sddm: improve testThomas Tuegel2017-03-23
| | | | | | | | | | | | | | | | | | | | Disable SDDM auto-login to improve testing for SDDM themes. See #24246.
* | | | | Revert "sddm: propagate qtbase input"Thomas Tuegel2017-03-23
| | | | | | | | | | | | | | | | | | | | This reverts commit 3de6ccd5b21e391c4fa324c94dd150e331a8474e.
* | | | | kodi: 17.0 -> 17.1Peter Hoeg2017-03-24
| |_|_|/ |/| | |
* | | | Merge pull request #24133 from abbradar/gtk3-qtNikolay Amiantov2017-03-24
|\ \ \ \ | | | | | | | | | | Fix GTK dependencies in wrappers
| * | | | antimicro: wrap Qt applicationNikolay Amiantov2017-03-22
| | | | |
| * | | | makeQtWrapper, kdeWrapper: add GTK3 dependenciesNikolay Amiantov2017-03-22
| | | | |
| * | | | wrapGAppsHook: propagate dconfNikolay Amiantov2017-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's effectively required for GTK3 applications because various parts of the library use GIO to store settings. Also propagate GTK for clarity (it should be there anyway).
| * | | | dconf: split outputsNikolay Amiantov2017-03-22
| | | | |
* | | | | mpd: fix i686-linux buildRobin Gloster2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See upstream https://github.com/MaxKellermann/MPD/pull/24, not clear if this will be merged upstream as the author has been quite uncooperative. Github patch URL (https://github.com/MaxKellermann/MPD/pull/24.patch) sadly does not work for this.
* | | | | khd: remove g++ patchDaiderd Jordan2017-03-23
| | | | |
* | | | | linux: drop 3.12 and 4.1Robin Gloster2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | Support ends before 17.09 is released: https://www.kernel.org/category/releases.html
* | | | | atanks: remove unnecessary patch phaseRobert Helgesson2017-03-23
| | | | |
* | | | | atanks: 6.2 -> 6.5Linus Heckemann2017-03-23
| | | | |
* | | | | linux: 4.10.4 -> 4.10.5Tim Steinbach2017-03-23
| | | | |
* | | | | linux: 4.4.55 -> 4.4.56Tim Steinbach2017-03-23
| | | | |
* | | | | Merge pull request #24026 from benley/use-xkbDirRobin Gloster2017-03-23
|\ \ \ \ \ | | | | | | | | | | | | nixos: Use xkbDir consistently so it has an effect
| * | | | | nixos: Use xkbDir consistently so it has an effectBenjamin Staffin2017-03-18
| | | | | |
* | | | | | awesome: menubar should take XDG_HOME_DIR and XDG_DATA_DIRS into accountromildo2017-03-23
| | | | | |
* | | | | | golly: use wxGTK 3.0Michael Raskin2017-03-23
| | | | | |
* | | | | | knot-dns: maintenance 2.4.1 -> 2.4.2Vladimír Čunát2017-03-23
| | | | | |
* | | | | | release-combined: disable plasma tests temporarilyVladimír Čunát2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | ... to get a channel bump after a long time; see #24240.
* | | | | | galculator: 2.1.3 -> 2.1.4 (#24230)ndowens2017-03-23
| | | | | |
* | | | | | security-wrapper: link old wrapper dir to new oneRobin Gloster2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes setuid wrappers not fail after upgrading. references #23641, #22914, #19862, #16654