summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mdsh: use the cargoCopyLockfile optionorigin/cargofetch-lockzimbatm2019-08-251-1/+2
* buildRustPackage: use the Cargo.lock to check if the cargoSha256 is out of datezimbatm2019-08-251-0/+15
* buildRustPackage: add cargoCopyLockfile option•••When enabled, it allows to check whenever the cargoSha256 needs updating or not. This technique depends on IFS and is not allowed inside of nixpkgs but it's handy to have available. Eg: let pkg = buildRustPackage { ... }; srcContent = builtins.readFile "${pkg.src}/Cargo.lock"; depsContent = builtins.readFile "${pkgs.cargoDeps}/Cargo.lock"; in # this will fail when the cargoSha256 gets out of sync assert (srcContent == depsContent); pkg zimbatm2019-08-252-1/+19
* nixpkgs-fmt: 0.2.0 -> 0.3.1zimbatm2019-08-241-2/+2
* Merge pull request #65706 from aanderse/phpfpm•••nixos/phpfpm: module cleanupAaron Andersen2019-08-2415-349/+375
|\
| * nixos/phpfpm: deprecate extraConfig options in favor of settings optionsAaron Andersen2019-08-2312-212/+254
| * nixos/phpfpm: Use systemd's RuntimeDirectoryAaron Andersen2019-08-231-5/+4
| * nixos/phpfpm: add user and group option to each poolAaron Andersen2019-08-232-4/+16
| * nixos/phpfpm: add socket option to replace the listen optionAaron Andersen2019-08-239-22/+36
| * nixos/phpfpm: merge pool-options.nix into default.nixAaron Andersen2019-08-232-60/+51
| * nixos/phpfpm: deprecate poolConfigs optionAaron Andersen2019-08-236-111/+79
* | Merge pull request #66996 from r-ryantm/auto-update/netsurf-buildsystem•••netsurf.buildsystem: 1.7 -> 1.8Marek Mahut2019-08-241-2/+2
|\ \
| * | netsurf.buildsystem: 1.7 -> 1.8•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/netsurf-buildsystem/versions R. RyanTM2019-08-191-2/+2
* | | Merge pull request #67249 from lsix/fix-pyowm•••pythonPackage.pyown: fix buildsMarek Mahut2019-08-241-3/+4
|\ \ \
| * | | python3Packages.pyowm: drop outdated patching•••Version 2.10 relaxed the requirement for geojson from `geojson>=2.3.0,<2.4` to `geojson>=2.3.0,<3`. Remove the postPatch hook that adjusted this requirement when it broke in nixpkgs. Lancelot SIX2019-08-221-2/+1
| * | | pythonPackages.pyowm: disable python2•••- Python2 support has been deprecated in 2.9 (https://github.com/csparpa/pyowm/releases/tag/2.9.0) - Python-3.3 support dropped in 2.10 (https://github.com/csparpa/pyowm/releases/tag/2.10) Lancelot SIX2019-08-221-1/+3
* | | | Merge pull request #67296 from jonringer/bump-acpica-tools•••acpica-tools: 20190703 -> 20190816Marek Mahut2019-08-241-3/+3
|\ \ \ \
| * | | | acpica-tools: 20190703 -> 20190816Jonathan Ringer2019-08-221-3/+3
* | | | | Merge pull request #67343 from jraygauthier/jrg/teamviewer_fix_61712•••teamviewer: fix issue #61712Marek Mahut2019-08-241-2/+5
|\ \ \ \ \
| * | | | | teamviewer: fix issue #61712Raymond Gauthier2019-08-231-2/+5
* | | | | | Merge pull request #66356 from jonringer/add-python-xapian•••pythonPackage.xapian: init at 1.4.12Marek Mahut2019-08-242-0/+45
|\ \ \ \ \ \
| * | | | | | pythonPackage.xapian: init at 1.4.12Jonathan Ringer2019-08-082-0/+45
* | | | | | | Merge pull request #67374 from thefloweringash/nmap-darwin-patch-update•••nmap: update clang specific patchMarek Mahut2019-08-241-2/+2
|\ \ \ \ \ \ \
| * | | | | | | nmap: update clang specific patch•••The upstream PR had two parts: adding a missing include and resolving an ambiguous reference. The upstream project fixed the first but not the second. We still need the second part, so extract it by filtering the patch. Andrew Childs2019-08-241-2/+2
* | | | | | | | scdoc: 1.9.6 -> 1.9.7Michael Weiss2019-08-241-2/+2
* | | | | | | | Merge pull request #67356 from alexbakker/libvirt-onboot•••libvirtd: add onBoot optionMarek Mahut2019-08-242-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | libvirtd: add onBoot option•••This adds a new ``onBoot`` option that allows specifying the action taken on guests when the host boots. Specifying "start" ensures all guests that were running prior to shutdown are started, regardless of their autostart settings. Specifying "ignore" will make libvirtd ignore such guests. Any guest marked as autostart will still be automatically started by libvirtd. Alexander Bakker2019-08-232-0/+14
* | | | | | | | | Merge pull request #66704 from eadwu/compton/7.2•••compton: 7 -> 7.2Marek Mahut2019-08-241-10/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | compton: 7 -> 7.2Edmund Wu2019-08-151-10/+3
* | | | | | | | | | Merge pull request #67361 from vbgl/ocaml-ppx_tools_versioned-5.2.3•••ocamlPackages.ppx_tools_versioned: 5.1 -> 5.2.3Samuel Leathers2019-08-242-13/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ocamlPackages.ppx_tools_versioned: 5.1 -> 5.2.3•••Ensures compatibility with OCaml 4.08 Vincent Laporte2019-08-231-12/+8
| * | | | | | | | | | ocamlPackages.logs: disable for OCaml < 4.03Vincent Laporte2019-08-231-1/+3
* | | | | | | | | | | Merge pull request #67263 from pacien/exim-spf•••exim: add SPF support (+ init libspf2 at 1.2.10)Samuel Leathers2019-08-243-1/+52
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | exim: add SPF supportpacien2019-08-221-1/+7
| * | | | | | | | | | | libspf2: init at 1.2.10pacien2019-08-222-0/+45
* | | | | | | | | | | | Merge pull request #67266 from praetorg/patch-1•••gevent-websocket: enable python3Samuel Leathers2019-08-241-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Update gevent-websocket to enable python3•••Extend build inputs to include gunicorn and enable building for python3praetorg2019-08-221-3/+2
* | | | | | | | | | | | Merge pull request #67287 from dtzWill/update/bash-5.0p9•••bash_5: 5.0p7 -> 5.0p9Samuel Leathers2019-08-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bash_5: 5.0p7 -> 5.0p9Will Dietz2019-08-221-0/+2
* | | | | | | | | | | | | Merge pull request #67298 from bachp/plex-1.16.5.1488•••plex: 1.16.4.1469 -> 1.16.5.1488Samuel Leathers2019-08-241-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | plex: 1.16.4.1469 -> 1.16.5.1488Pascal Bach2019-08-221-2/+2
* | | | | | | | | | | | | | Merge pull request #67360 from livnev/solc-0.5.11•••solc: 0.5.10 -> 0.5.11Samuel Leathers2019-08-241-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | solc: build with cvc4 support•••n.b. that cvc4 support is required for the tests to pass Lev Livnev2019-08-231-4/+9
| * | | | | | | | | | | | | | solc: 0.5.10 -> 0.5.11Lev Livnev2019-08-231-2/+2
* | | | | | | | | | | | | | | Merge pull request #67297 from volth/patch-360•••graalvm8-ee: 19.1.1 -> 19.2.0Samuel Leathers2019-08-241-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | graalvm8-ee: 19.1.1 -> 19.2.0volth2019-08-221-5/+5
* | | | | | | | | | | | | | | | Merge pull request #67322 from vbgl/ocaml-otr-0.3.6•••ocamlPackages.otr: 0.3.4 -> 0.3.6Samuel Leathers2019-08-241-21/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | ocamlPackages.otr: 0.3.4 -> 0.3.6Vincent Laporte2019-08-231-21/+8
* | | | | | | | | | | | | | | | | Merge pull request #67324 from vbgl/ocaml-vg-0.9.3•••ocamlPackages.vg: 0.9.1 -> 0.9.3Samuel Leathers2019-08-231-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | ocamlPackages.vg: 0.9.1 -> 0.9.3Vincent Laporte2019-08-231-3/+5
| |/ / / / / / / / / / / / / / / /