summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* truvari:1.3.2->1.3.4gitlab.intr/python-unstablescalavision2020-03-021-4/+5
* polyml: updated maintainers•••I am not sure if we still need the old packages, nothing explicitly depends on polyml56 or polyml57 according to a grep, not sure if external packages might (hol and isabelle depend on polyml, the latest version). Kovacsics Robert2020-03-022-2/+2
* polyml: fix with new libffi•••New libffi doesn't have FFI_SYSV for x86/64 unix, this pulls in the commit for the upstream version which fixes it, and ports that patch to the 5.7 version. The 5.6 version is unchanged. For ZHF: #80379 Kovacsics Robert2020-03-023-1/+45
* python3Packages.tensorflow-bin: 1.14.0 -> 2.1.0(cdep)illabout2020-03-023-78/+155
* python3Packages.protobuf: bump protobuf dep to from 3.7 to 3.8 for tensorflow...(cdep)illabout2020-03-021-1/+1
* python3Packages.tensorflow-estimator: 1.15.1 -> 2.1.0(cdep)illabout2020-03-021-4/+3
* python3Packages.tensorflow-tensorboard: 1.15.0 -> 2.1.0(cdep)illabout2020-03-021-3/+5
* Add bazel 1.2.1Michael Lingelbach2020-03-026-5/+1157
* chicken: 5.1.0 -> 5.2.0•••Also updates the matchable egg (used by egg2nix) from 1.0 -> 1.1 and removes trailing slashes from the path prefix variables passed to wrapProgram (they're unnecessary and only result in doubled-up slashes in the values). Evan Hanson2020-03-014-9/+9
* nixpkgs manual: fix build after pandoc(?) update•••I din't try to pinpoint the exact commit, but we started getting: > The extension smart is not supported for docbook Reading pandoc docs, I can't see what use to us "smart" could be when writing the in-between docbook (to be converted to html). https://pandoc.org/MANUAL.html#extension-smart Vladimír Čunát2020-03-021-2/+2
* vim-easytags: Fix to work with universal-ctags (which is in nixpkgs)Kovacsics Robert2020-03-011-1/+7
* Merge pull request #81484 from bignaux/sgt-puzzles•••sgt-puzzles: fix desktop files and add desktop sgt-puzzles.menuMichael Raskin2020-03-021-24/+32
|\
| * sgt-puzzles: fix desktop files and add desktop sgt-puzzles.menuBignaux Ronan2020-03-021-24/+32
* | vscode-extensions.WakaTime.vscode-wakatime: 2.2.1 -> 4.0.0Edmund Wu2020-03-011-2/+2
* | vscode-extensions.ms-python.python: 2020.1.58038 -> 2020.2.64397Edmund Wu2020-03-011-2/+2
* | Merge pull request #81280 from peterhoeg/u/peruse•••peruse: 1.2.20180618 -> 1.2.20200208Peter Hoeg2020-03-021-17/+39
|\ \
| * | peruse: 1.2.2018016 -> 1.2.20200208Peter Hoeg2020-02-281-17/+39
* | | services.mailman: RemainAfterExit so settings take effect properly•••Prior to this fix, changes to certain settings would not be applied automatically and users would have to know to manually restart the affected service. A prime example of this is `services.mailman.hyperkitty.baseUrl`, or various things that affect `mailman3/settings.py` Benjamin Staffin2020-03-021-0/+8
* | | Merge pull request #81473 from pacien/riot-no-phoning-home-release-notes-20-03•••riot-web: mention incompatible config change in release notesMichele Guerini Rocco2020-03-021-0/+10
|\ \ \
| * | | riot-web: mention incompatible config change in release notes•••Mention the changes introduced in commit c9e5cca. GitHub: closes #81416 pacien2020-03-021-0/+10
* | | | Merge pull request #77405 from danielfullmer/zerotier-mac-fix•••nixos/zerotierone: prevent systemd from changing MAC addressobadz2020-03-011-0/+10
|\ \ \ \
| * | | | nixos/zerotierone: prevent systemd from changing MAC addressDaniel Fullmer2020-01-091-0/+10
* | | | | Merge pull request #81476 from zowoq/yq-go•••yq-go: 3.1.2 -> 3.2.1Mario Rodas2020-03-011-5/+5
|\ \ \ \ \
| * | | | | yq-go: 3.1.2 -> 3.2.1•••https://github.com/mikefarah/yq/releases/tag/3.2.0 https://github.com/mikefarah/yq/releases/tag/3.2.1 zowoq2020-03-021-5/+5
* | | | | | Merge pull request #81455 from eadwu/wakatime/13.0.7•••wakatime: 13.0.4 -> 13.0.7Mario Rodas2020-03-011-2/+2
|\ \ \ \ \ \
| * | | | | | wakatime: 13.0.4 -> 13.0.7Edmund Wu2020-02-291-2/+2
* | | | | | | Merge pull request #81474 from zowoq/youtube-dl•••youtube-dl: 2020.02.16 -> 2020.03.01Maximilian Bosch2020-03-021-4/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | youtube-dl: 2020.02.16 -> 2020.03.01•••https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.01 zowoq2020-03-021-4/+3
| | |/ / / / | |/| | | |
* | | | | | mgba: 0.7.3 -> 0.8.0R. RyanTM2020-03-011-2/+2
* | | | | | Merge pull request #81472 from bignaux/sgt-puzzles•••sgt-puzzles: add desktop filesMichael Raskin2020-03-011-6/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | sgt-puzzles: add desktop filesBignaux Ronan2020-03-011-6/+25
* | | | | | Merge pull request #81415 from NinjaTrappeur/nin-routing-policy-aarch-kernel•••linux: add policy routing config flagFlorian Klink2020-03-011-0/+2
|\ \ \ \ \ \
| * | | | | | linux: add policy routing config flag for aarch64•••CONFIG_IP_MULTIPLE_TABLES is part of the default x86 kernel config but absent from the Aarch64 one. Adding explicitely this flag together with its dependency IP_ADVANCED_ROUTER. Both of these config flags are needed to use the routing policy facilities. Félix Baylac-Jacqué2020-03-011-0/+2
* | | | | | | ocamlPackages.ocp-index: 1.1.9 → 1.2Vincent Laporte2020-03-011-9/+7
* | | | | | | ocamlPackages.ocp-build: fix for OCaml ≥ 4.08Vincent Laporte2020-03-011-1/+6
* | | | | | | Merge pull request #81419 from marsam/update-recursive•••recursive: 1.030 -> 1.042Mario Rodas2020-03-011-16/+15
|\ \ \ \ \ \ \
| * | | | | | | recursive: 1.030 -> 1.042•••Changelog: https://github.com/arrowtype/recursive/releases/tag/1.042 Mario Rodas2020-02-291-16/+15
* | | | | | | | titaniumenv: add Titanium SDK 8.3Sander van der Burg2020-03-012-1/+99
* | | | | | | | androidenv: add platform SDK 29Sander van der Burg2020-03-011-0/+17
|/ / / / / / /
* | | | | | | melpa-packages: 2020-03-01adisbladis2020-03-011-2918/+3977
* | | | | | | elpa-packages: 2020-03-01adisbladis2020-03-011-77/+92
* | | | | | | doc/xfce: remove trailing codeworldofpeace2020-03-011-1/+0
* | | | | | | Merge pull request #66601 from eadwu/nvidia/prime-render-offload•••nvidia: prime render offloadJosé Romildo Malaquias2020-03-016-88/+131
|\ \ \ \ \ \ \
| * | | | | | | nvidia_x11: include libdrm in rpath•••Needed for PRIME render offload specifically Edmund Wu2019-12-101-1/+1
| * | | | | | | nvidia_x11: fix *nvidia*.so* referencesgnidorah2019-12-101-0/+7
| * | | | | | | nixos/nvidia: implement prime render offloadEdmund Wu2019-12-101-10/+38
| * | | | | | | nixos/xserver: introduce attr display to xserver.drivers•••Specifically for NVIDIA so that only the device section would be created Edmund Wu2019-12-104-51/+50
| * | | | | | | nixos/nvidia: prime.sync.{intel,nvidia}BusId -> prime.{intel,nvidia}BusIdEdmund Wu2019-12-101-28/+29
| * | | | | | | nixos/nvidia: optimus_prime -> prime.syncEdmund Wu2019-12-101-18/+26
| * | | | | | | nixos/nvidia: remove lib referencesEdmund Wu2019-12-101-12/+12