about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* drumgizmo: 0.9.15 -> 0.9.16 (#46296)R. RyanTM2018-09-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/drumgizmo/versions
* japa: 0.8.4 -> 0.9.2 (#46266)R. RyanTM2018-09-18
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from japa
* riot-web: 0.16.0 -> 0.16.2 (#46190)R. RyanTM2018-09-18
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from riot-web
* varnish6: 6.0.0 -> 6.0.1 (#46170)R. RyanTM2018-09-18
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from varnish
* Merge pull request #46834 from grahamc/check-outputs-in-metaGraham Christensen2018-09-18
|\ | | | | stdenv: Validate meta.outputsToInstall
| * elf-header-real: fixup outputsToInstallGraham Christensen2018-09-18
| |
| * stdenv: Validate meta.outputsToInstallGraham Christensen2018-09-18
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If meta.outputsToInstall is set to include absent outputs, various tools break including channel updates and nix-env. grahamc@Morbo> nix-env -i -f . -A elf-header-real installing 'elf-header' error: this derivation has bad 'meta.outputsToInstall' This patch verifies each value in meta.outputsToInstall is a valid output. It validates this condition only if checkMeta is true. grahamc@Morbo> nix-build . -A elf-header-real error: Package ‘elf-header’ in /home/grahamc/projects/nixpkgs/pkgs/development/libraries/elf-header/default.nix:36 has invalid meta.outputsToInstall, refusing to evaluate. The package elf-header has set meta.outputsToInstall to: bin however elf-header only has the outputs: out and is missing the following ouputs: - bin (use '--show-trace' to show detailed location information) Note, now the nix-env experience is decidedly worse for users who have checkMeta set to true: grahamc@Morbo> nix-env -i -f . -A elf-header-real; echo $? 0 though since this is already an issue for unfree, broken, unsupported, and insecure validity problems I'm not sure we should do something different here.
* Merge pull request #46512 from michaelpj/imp/haskell-benchmarksBas van Dijk2018-09-18
|\ | | | | haskell lib: add --enable-benchmarks in doBenchmark
| * haskell generic builder: enable benchmarks if doBenchmark is trueMichael Peyton Jones2018-09-11
| |
* | Merge pull request #46829 from adamtulinius/patch-3Jörg Thalheim2018-09-18
|\ \ | | | | | | pythonPackages.gmpy: update homepage
| * | pythonPackages.gmpy: update homepageAdam Finn Tulinius2018-09-18
| | |
* | | Merge pull request #46831 from adamtulinius/patch-4Jörg Thalheim2018-09-18
|\ \ \ | | | | | | | | pythonPackages.gmpy2: update homepage
| * | | pythonPackages.gmpy2: update homepageAdam Finn Tulinius2018-09-18
|/ / /
* | | Merge pull request #46279 from r-ryantm/auto-update/godotJörg Thalheim2018-09-18
|\ \ \ | | | | | | | | godot: 3.0.4 -> 3.0.6
| * | | godot: 3.0.4 -> 3.0.6R. RyanTM2018-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/godot/versions
* | | | Merge pull request #46283 from r-ryantm/auto-update/frostwireJörg Thalheim2018-09-18
|\ \ \ \ | |_|/ / |/| | | frostwire-bin: 6.7.1 -> 6.7.2
| * | | frostwire-bin: 6.7.1 -> 6.7.2R. RyanTM2018-09-06
| |/ / | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/frostwire/versions
* | | Merge pull request #46287 from r-ryantm/auto-update/flowJörg Thalheim2018-09-18
|\ \ \ | | | | | | | | flow: 0.79.0 -> 0.80.0
| * | | flow: 0.79.0 -> 0.80.0R. RyanTM2018-09-06
| |/ / | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flow/versions
* | | Merge pull request #46823 from dywedir/pgcliJörg Thalheim2018-09-18
|\ \ \ | | | | | | | | pgcli: 1.6.0 -> 1.10.3, pythonPackages.pgspecial: 1.8.0 -> 1.11.2
| * | | pgcli: 1.6.0 -> 1.10.3Vladyslav Mykhailichenko2018-09-18
| | | |
| * | | pythonPackages.pgspecial: 1.8.0 -> 1.11.2Vladyslav Mykhailichenko2018-09-18
| | | |
* | | | Merge pull request #46825 from adamtulinius/patch-2Jörg Thalheim2018-09-18
|\ \ \ \ | | | | | | | | | | OVMF: update homepage
| * | | | OVMF: update homepageAdam Finn Tulinius2018-09-18
| | | | | | | | | | | | | | | Tianocore was apparently moved from SourceForge to GitHub.
* | | | | Merge pull request #46824 from borisbabic/update/gitAndTools.pre-commit-1.11.0Jörg Thalheim2018-09-18
|\ \ \ \ \ | | | | | | | | | | | | gitAndTools.pre-commit: 1.10.4 -> 1.11.0
| * | | | | gitAndTools.pre-commit: 1.10.4 -> 1.11.0Boris Babic2018-09-18
| | | | | |
* | | | | | greybird: remove license cc-by-nc-sa-30 (#46802)José Romildo Malaquias2018-09-18
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Greybird is dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later. The first is free, and the second is unfree in nixpkgs. Currently both licenses are listed in the package derivation. And nix takes that it is unfree. If one of the licenses in the list is unfree. nix consider that the software is unfree. Remove the unfree one.
* | | | | Merge pull request #46821 from adamtulinius/patch-1Sarah Brofeldt2018-09-18
|\ \ \ \ \ | |_|/ / / |/| | | | coreclr: update homepage
| * | | | coreclr: update homepageAdam Finn Tulinius2018-09-18
|/ / / / | | | | | | | | Repology reports the current homepage down for more than a month. Link to the GitHub repo instead.
* | | | Merge pull request #46336 from Infinisil/overrideExistingJörg Thalheim2018-09-18
|\ \ \ \ | | | | | | | | | | lib: Improve overrideExisting implementation
| * | | | lib.overrideExisting: Better exampleSilvan Mosberger2018-09-17
| | | | |
| * | | | lib/tests: Add overrideExisting testsSilvan Mosberger2018-09-17
| | | | |
| * | | | lib: Improve overrideExisting implementationSilvan Mosberger2018-09-07
| | | | |
* | | | | Merge pull request #46316 from erosennin/psycopg-2.7.5Jörg Thalheim2018-09-18
|\ \ \ \ \ | | | | | | | | | | | | pythonPackages.psycopg2: 2.7.1 -> 2.7.5
| * | | | | pythonPackages.psycopg2: 2.7.1 -> 2.7.5Andrey Golovizin2018-09-07
| | | | | |
* | | | | | Merge pull request #46547 from ivanbrennan/r-devtoolsJörg Thalheim2018-09-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | git2r: add SSH support
| * | | | | | git2r: add SSH supportivanbrennan2018-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building the devtools R module, which depends on git2r, it reports that libssh2 cannot be found, and falls back to building without SSH support. Adding libssh2.dev to git2r's native build inputs fixes this.
* | | | | | | Merge pull request #46736 from clefru/mpackJörg Thalheim2018-09-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mpack: Invoke /run/wrappers/bin/sendmail via execvp
| * | | | | | | mpack: Invoke /run/wrappers/bin/sendmail via execvpClemens Fruhwirth2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling /run/current-sw/bin/sendmail fails under postfix because setgid bits are not set. Switching the hardcoded path to an invocation via execvp should cover both cases, when the sendmail binary is setgid-wrapped and when it is not.
* | | | | | | | Merge pull request #46809 from romildo/upd.elementary-xfcexeji2018-09-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | elementary-xfce-icon-theme: 0.12 -> 0.13
| * | | | | | | | elementary-xfce-icon-theme: restrict platforms to linuxJosé Romildo Malaquias2018-09-17
| | | | | | | | |
| * | | | | | | | elementary-xfce-icon-theme: 0.12 -> 0.13José Romildo Malaquias2018-09-17
| | | | | | | | |
* | | | | | | | | Merge pull request #46781 from vdemeester/new-git-appraiseSarah Brofeldt2018-09-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | git-appraise: init unstable at 2018-02-26
| * | | | | | | | | git-appraise: init unstable at 2018-02-26Vincent Demeester2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | | | | | | | | | makefile2graph: init at 2018-01-03 (#46136)Roger Qiu2018-09-18
| | | | | | | | | |
* | | | | | | | | | Merge pull request #46800 from pacien/exim-package-lmtpSarah Brofeldt2018-09-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | exim: enable LMTP support
| * | | | | | | | | | exim: enable LMTP supportpacien2018-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the LMTP transport available by default. No additional dependency is required.
* | | | | | | | | | | Merge pull request #46815 from romildo/upd.eflSarah Brofeldt2018-09-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | efl: 1.21.0 -> 1.21.1
| * | | | | | | | | | | efl: 1.21.0 -> 1.21.1José Romildo Malaquias2018-09-17
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #46794 from vbgl/compcert-3.4Jörg Thalheim2018-09-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | compcert: 3.3 -> 3.4