about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | Merge pull request #49267 from marsam/feature/init-pgcenterworldofpeace2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | pgcenter: init at 0.5.0
| * | | | | | | | | | | | pgcenter: init at 0.5.0Mario Rodas2018-11-25
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #50605 from r-ryantm/auto-update/python3.6-plotlyworldofpeace2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | python36Packages.plotly: 3.3.0 -> 3.4.0
| * | | | | | | | | | | python36Packages.plotly: 3.3.0 -> 3.4.0R. RyanTM2018-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-plotly/versions
* | | | | | | | | | | | pythonPackages.simplekml: Init at 1.3.1 (#50883)Roman Volosatovs2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pythonPackages.simplekml: Init at 1.3.1 * pythonPackages.simplekml: correct description
* | | | | | | | | | | | Merge pull request #51052 from bennofs/kernel-rpi-aarch64Samuel Dionne-Riel2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | linux_rpi: enable aarch64 build on hydra
| * | | | | | | | | | | linux_rpi: enable aarch64 build on hydraBenno Fünfstück2018-11-26
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #51046 from marsam/feature/update-valeRenaud2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vale: 1.0.3 -> 1.2.6
| * | | | | | | | | | | vale: 1.0.3 -> 1.2.6Mario Rodas2018-11-25
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Revert "make-derivation: add disallowedReferences in strictDeps"Matthew Bauer2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8dbfb61e4617050917ce6bb7c5f4efc902c2a36c. Also reverts commit fc99c337edd29d9596379667063bc3a8f3cea5b3. Fixes #50915
* | | | | | | | | | | kbfs: 2.6.0 -> 2.10.1worldofpeace2018-11-25
| | | | | | | | | | |
* | | | | | | | | | | keybase: 2.7.3 -> 2.10.1worldofpeace2018-11-25
| | | | | | | | | | |
* | | | | | | | | | | keybase-gui: 2.7.0 -> 2.11.0worldofpeace2018-11-25
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use `autoPatchelfHook` - Don't explicitly set phases - Part of #28910 - Correct `version` by hoisting out the suffix
* | | | | | | | | | terragrunt: 0.17.2 -> 0.17.3 (#51035)Stephen2018-11-25
| | | | | | | | | |
* | | | | | | | | | Merge pull request #51012 from griff/rspamd-proxy-typeSilvan Mosberger2018-11-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/rspamd: Allow worker type to be proxy again
| * | | | | | | | | | nixos/rspamd: Allow worker type to be proxy againBrian Olsen2018-11-25
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When reworking the rspamd workers I disallowed `proxy` as a type and instead used `rspamd_proxy` which is the correct name for that worker type. That change breaks peoples existing config and so I have made this commit which allows `proxy` as a worker type again but makes it behave as `rspamd_proxy` and prints a warning if you use it.
* | | | | | | | | | taglib_1_9: refresh metaRenaud2018-11-25
| | | | | | | | | |
* | | | | | | | | | cadence: fix wrong wrappings (#50610)Samuel Ruprecht2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cadence: fix wrong wrappings (#50610) * cadence: split native build inputs + fix license : this is under GPL2+ and not MIT * cadence: use fetchzip Because GitHub archives are not stable over time so better to compute the hash of the unpacked content * cadence: limit to x64-linux Broken on aarch64 because the Makefile pass "-msse -mfpmath=sse" flags (x86 only)
* | | | | | | | | | nordic: 1.2.1 -> 1.3.0 (#51038)José Romildo Malaquias2018-11-25
| | | | | | | | | |
* | | | | | | | | | Merge pull request #51036 from c0bw3b/cleanup/confuseRenaud2018-11-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove confuse (duplicate) and pommed (obsolete)
| * | | | | | | | | | pommed: removec0bw3b2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - homepage / source / patch are all gone - marked as broken since 16.03 - pommed module already relies on pommed_light
| * | | | | | | | | | confuse: remove and replace with libconfusec0bw3b2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - confuse is a duplicate of libconfuse - upstream name is libconfuse so keep this one - replace confuse with libconfuse in packages depending on it
* | | | | | | | | | | Merge pull request #50384 from Pneumaticat/fusee-initSamuel Dionne-Riel2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | fusee-launcher: init at unstable-2018-07-14
| * | | | | | | | | | fusee-launcher: init at unstable-2018-07-14Kevin Liu2018-11-25
| | | | | | | | | | |
* | | | | | | | | | | sage: add tkinter as matplotlib backend (#51032)Timo Kaufmann2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #50959.
* | | | | | | | | | | Merge pull request #51031 from c0bw3b/pkg/crack-attackRenaud2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | crack-attack: enable custom sounds
| * | | | | | | | | | | crack-attack: enable custom soundsRenaud2018-11-25
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crack-attack will search for user-provided musics and sounds under ~/.crack-attack/
* | | | | | | | | | | deskew: init at 1.25Ryan Mulligan2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * deskew: init at 1.25 * Update pkgs/applications/graphics/deskew/default.nix Co-Authored-By: ryantm <ryan@ryantm.com>
* | | | | | | | | | | Merge pull request #51001 from c0bw3b/cleanup/more-httpsRenaud2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Treewide: use more HTTPS-enabled sources
| * | | | | | | | | | | win-spice: add meta.licensec0bw3b2018-11-25
| | | | | | | | | | | |
| * | | | | | | | | | | super: get patch from salsa.debian.orgc0bw3b2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://anonscm.debian.org/cgit is not available anymore
| * | | | | | | | | | | tiptop: get patch from salsa.debian.orgc0bw3b2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://anonscm.debian.org/cgit is not available anymore
| * | | | | | | | | | | libmatheval: get patches from salsa.debian.orgc0bw3b2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://anonscm.debian.org/cgit is not available anymore
| * | | | | | | | | | | Treewide: use https for www.spice-space.orgc0bw3b2018-11-25
| | | | | | | | | | | |
| * | | | | | | | | | | Treewide: use https for people.redhat.comc0bw3b2018-11-24
| | | | | | | | | | | |
| * | | | | | | | | | | Treewide: use https for src.fedoraproject.orgc0bw3b2018-11-24
| | | | | | | | | | | |
| * | | | | | | | | | | Treewide: use https for launchpad.netc0bw3b2018-11-24
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/mediawiki: fetch over httpsc0bw3b2018-11-24
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/flashpolicyd: fix url and use httpsc0bw3b2018-11-24
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/systemhealth: fix url and use httpsc0bw3b2018-11-24
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/hpsa: use httpsc0bw3b2018-11-24
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #51024 from mt-caret/keynavRenaud2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | keynav: 0.20150730.0 -> 0.20180821.0
| * | | | | | | | | | | | keynav: 0.20150730.0 -> 0.20180821.0Masayuki Takeda2018-11-25
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #50987 from c0bw3b/pkg/mailcapRenaud2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | mailcap: init at 2.1.48
| * | | | | | | | | | | | | mailcap: init at 2.1.48c0bw3b2018-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helper application and MIME type associations for file types Provides a fresher /etc/mime.types
* | | | | | | | | | | | | | Merge pull request #51030 from timokau/sage-jupyterTimo Kaufmann2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sage: add jupyter notebook support
| * | | | | | | | | | | | | | sage: add jupyter notebook supportTimo Kaufmann2018-11-25
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #48544.
* | | | | | | | | | | | | | Merge pull request #47171 from pschuprikov/vim-clang-fixRenaud2018-11-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim plugins: fix for multiple clang outputs, use clang 6.0
| * | | | | | | | | | | | | | clighter8 (vim): set libclang path to lib outputPavel Chuprikov2018-11-25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | clang_complete (vim): fix multiple clang outputsPavel Chuprikov2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang-specific headers and dynamic libraries now go to different outputs, and clang_complete must be able to find both