summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* gnome3.gnome-control-center: add optional sharing depsworldofpeace2019-08-27
| | | | | It appears that if gnome-control-center isn't wrapped with their schemas they won't be added to the panel.
* gnome3.gnome-color-manager: add hicolor-icon-themeworldofpeace2019-08-27
|
* orca: add hicolor-icon-themeworldofpeace2019-08-27
|
* Merge pull request #63634 from aanderse/moodleAaron Andersen2019-08-26
|\ | | | | moodle: init at 3.7.1
| * nixos/moodle: init serviceAaron Andersen2019-08-25
| |
| * moodle: init at 3.7.1Aaron Andersen2019-08-25
| |
* | tensorflow: fix buildNikolay Amiantov2019-08-27
| | | | | | | | You know, Tensorflow.
* | Merge pull request #67534 from petabyteboy/feature/riot-desktop-yarn2nix-moreteaworldofpeace2019-08-26
|\ \ | | | | | | riot-desktop: use yarn2nix-moretea
| * | riot-desktop: use yarn2nix-moreteaMilan Pässler2019-08-26
| | | | | | | | | | | | Now that we have yarn2nix-moretea in the tree, we can use that instead of the vendored version that was introduced when yarn2nix was removed previously. Also add an update script.
* | | Merge pull request #66794 from mmahut/mumble_overlayMarek Mahut2019-08-26
|\ \ \ | | | | | | | | mumble_overlay: fixing the library path
| * | | mumble_overlay: fixing the library pathMarek Mahut2019-08-17
| | | |
* | | | Merge pull request #67504 from blargg/fix/tiledworldofpeace2019-08-26
|\ \ \ \ | | | | | | | | | | tiled: use qt5.mkDerivation
| * | | | tiled: use qt5's mkDerivationblargg2019-08-26
| | | | | | | | | | | | | | | | | | | | See #65399
* | | | | Merge pull request #67521 from Ekleog/wasm-ocamlLéo Gaspard2019-08-26
|\ \ \ \ \ | | | | | | | | | | | | wasm: alias to ocamlPackages.wasm
| * | | | | wasm: alias to ocamlPackages.wasmLéo Gaspard2019-08-26
| | | | | |
* | | | | | Merge pull request #67457 from scalavision/singularity-rewrite-path-to-cpmarkuskowa2019-08-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | singularity: prepatch path to cp in 3.2.1
| * | | | | | singularity: prepatch path to cp in 3.2.1scalavision2019-08-25
| | | | | | |
* | | | | | | xorg.xf86videosis: 0.10.9 -> 0.11.0Robin Gloster2019-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes build
* | | | | | | wireshark-cli: remove Qt from build closure (#67506)Jan Tojnar2019-08-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | wireshark-cli: remove Qt from build closure
| * | | | | | | wireshark-cli: remove Qt from build closureJan Tojnar2019-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure how it gets into extra-cmake-modules but I saw the following tree on my system: +---/nix/store/s8abxisr8d5m6mgyqmas52msjzvdc0dn-wireshark-cli-3.0.3.drv | + [...] | +---/nix/store/izi9ma2lqz7kppswhqkrdh1b98a8a853-extra-cmake-modules-5.58.0.drv | | +---[...] | | +---/nix/store/scgsmlabpvm6r31kps8p7yflwh17q7ns-hook.drv | | +---/nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25b-default-builder.sh [...] | | +---/nix/store/0iwik51jw5r1a2ffk4q5fmlpbqziwkvi-bash-4.4-p23.drv [...] | | +---/nix/store/8af1a7lnk062h46lfs762pkzbyam5sb3-wrap-qt-apps-hook.sh | | +---/nix/store/lsd5v3xzsskl14fpi4n4a851d7h1g7i3-qtbase-5.12.0.drv [...]
* | | | | | | | yate: 6.0.0-1 -> 6.1.0-1Robin Gloster2019-08-26
| | | | | | | |
* | | | | | | | Merge pull request #67476 from matthewbauer/fix-66745Matthew Bauer2019-08-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/update-users-groups.pl: chomp hashedPassword
| * | | | | | | | nixos/update-users-groups.pl: chomp hashedPasswordMatthew Bauer2019-08-25
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don’t want any trailing whitespace, otherwise we mess up the formating of the shadow file. Some things like readFile may have the trailing new line. Fixes #66745
* | | | | | | | Merge pull request #67470 from matthewbauer/fix-66647Matthew Bauer2019-08-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cpython: skip macOS system frameworks
| * | | | | | | | cpython: skip macOS system frameworksMatthew Bauer2019-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don’t want cpython picking up /Library/Frameworks and /System/Library/Frameworks which contains Tcl.framework. Instead it should use the one provided by Nix. this would not be an issue if sandboxing was enabled, but unfortunately that has its own issues. Fixes #66647
* | | | | | | | | Merge pull request #67502 from dywedir/hunspellDicts.uk-uaMatthew Bauer2019-08-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | hunspellDicts.uk-ua: 4.2.5 -> 4.6.3
| * | | | | | | | | hunspellDicts.uk-ua: 4.2.5 -> 4.6.3Vladyslav M2019-08-26
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | ocamlPackages.mtime: 1.1.0 -> 1.2.0Vincent Laporte2019-08-26
| | | | | | | | |
* | | | | | | | | Merge pull request #66299 from jdanekrh/jd_fsharp_update_monoobadz2019-08-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fsharp41: 4.1.7 -> 4.1.34; mono = mono6
| * | | | | | | | | fsharp41: 4.1.7 -> 4.1.34; mono = mono6Jiri Danek2019-08-08
| | | | | | | | | |
| * | | | | | | | | msbuild: init at 16.3Jiri Danek2019-08-07
| | | | | | | | | |
| * | | | | | | | | dotnetPackages.Nuget: 3.4.3 -> 4.9.1Jiri Danek2019-08-07
| | | | | | | | | |
| * | | | | | | | | mono6: init at 6.0.0.313Jiri Danek2019-08-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #67519 from primeos/tcpflowobadz2019-08-26
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | tcpflow: 1.4.6 -> 1.5.2
| * | | | | | | | | tcpflow: 1.4.6 -> 1.5.2Michael Weiss2019-08-26
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/simsong/tcpflow/blob/tcpflow-1.5.2/ChangeLog Does now cross-compile and build with OpenSSL 1.1.1. I've also restructured/simplified the expression and added additional meta information.
* | | | | | | | | Merge pull request #67489 from mmahut/exiv2Marek Mahut2019-08-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | exiv2: enabling tests for real
| * | | | | | | | | exiv2: adding DYLD_LIBRARY_PATH= for darwin testsMarek Mahut2019-08-26
| | | | | | | | | |
| * | | | | | | | | exiv2: enabling tests for realMarek Mahut2019-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #67453
* | | | | | | | | | altcoins.bitcoin-classic: fix buildRobin Gloster2019-08-26
| | | | | | | | | |
* | | | | | | | | | Merge pull request #67491 from markuskowa/upd-qgitPeter Hoeg2019-08-26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gitAndTools.qgit: 2.8 -> 2.9
| * | | | | | | | | | gitAndTools.qgit: 2.8 -> 2.9Markus Kowalewski2019-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch name -> pname * qtApps compatibility: use Qt's mkDerivation * cmake: remove enableParallelBuilding
* | | | | | | | | | | theme-obsidian2: 2.8 -> 2.9 (#67501)José Romildo Malaquias2019-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * theme-obsidian2: 2.8 -> 2.9 * theme-obsidian2: move to pkgs/data * theme-obsidian2: use pname * theme-obsidian2: run hooks preInstall and postInstall in install phase
* | | | | | | | | | | mailman: drop hard-coded references to /usr/binPeter Simons2019-08-26
| | | | | | | | | | |
* | | | | | | | | | | mailman: reserve uid & gid in NixOSPeter Simons2019-08-26
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #67500 from jtojnar/graphene-fix-testsJan Tojnar2019-08-26
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | graphene: fix installed tests
| * | | | | | | | | | graphene: add installed tests as a passthruJan Tojnar2019-08-26
| | | | | | | | | | |
| * | | | | | | | | | mutest: 2019-08-12 → 2019-08-26Jan Tojnar2019-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes OOB write breaking graphene installed tests: https://github.com/ebassi/mutest/pull/11
* | | | | | | | | | | Merge pull request #67416 from jtojnar/babl-0.1.72Jan Tojnar2019-08-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | babl: 0.1.66 → 0.1.72
| * | | | | | | | | | | gegl_0_3: dropJan Tojnar2019-08-26
| | | | | | | | | | | |
| * | | | | | | | | | | babl: 0.1.66 → 0.1.72Jan Tojnar2019-08-26
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/babl/blob/BABL_0_1_72/NEWS#L6-24