-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: e4d710b1c94b
head repository: NixOS/nixpkgs-channels
compare: 7319061eef4f
- 16 commits
- 8 files changed
- 7 contributors
Commits on May 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8007a72 - Browse repository at this point
Copy the full SHA 8007a72View commit details
Commits on May 13, 2020
-
dockerTools.examples: fix the nginx image
Nginx now requires directories `/var/log/nginx` and `/var/cache/nginx` to be existing. The objective is to fix the test `nixosTests.docker-tools`.
Configuration menu - View commit details
-
Copy full SHA for 9ac444d - Browse repository at this point
Copy the full SHA 9ac444dView commit details -
maintainers/scripts/update.nix: Import lib into scope
This will make it easier to change it if we want to decouple from pkgs.
Configuration menu - View commit details
-
Copy full SHA for 8f50956 - Browse repository at this point
Copy the full SHA 8f50956View commit details -
maintainers/scripts/update.nix: derivation is the final station
It does not make sense to look for derivations within derivations, not even when `recurseForDerivations` is true. Nix does not do that either: https://github.com/NixOS/nix/blob/ebc024df2287085d48ed6194aa756fd70c07f76c/src/libexpr/get-drvs.cc#L346-L355
Configuration menu - View commit details
-
Copy full SHA for fab2ee8 - Browse repository at this point
Copy the full SHA fab2ee8View commit details -
maintainers/scripts/update.nix: refactor package collector
The `packagesWith` function expected an attrSet but `packagesWithUpdateScript` could be passing it a derivation or a list when the attribute path supplied by user through the `--argstr path` argument pointed to one. It only worked because derivations are also attrSets and contain their outputs as attributes, and did not work for lists at all. Additionally, the improper handling would cause the `src` attribute to be built in some rare cases (`mkYarnPackage` seems to trigger this). Rewriting the `packagesWith` function to be inductive with a derivation as a base case and attrSets and lists as inductive steps is much cleaner and also fixes the unnecessary build.
Configuration menu - View commit details
-
Copy full SHA for 3f3aeb7 - Browse repository at this point
Copy the full SHA 3f3aeb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f3c62 - Browse repository at this point
Copy the full SHA 96f3c62View commit details
Commits on May 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9774e87 - Browse repository at this point
Copy the full SHA 9774e87View commit details -
Dropped the patch, as it is included in the point release. Switched the hash representation to regular base32.
Configuration menu - View commit details
-
Copy full SHA for 0682ec4 - Browse repository at this point
Copy the full SHA 0682ec4View commit details -
python.pkgs.sphinxcontrib-bibtex: disable python2
Support dropped in mcmtroffaes/sphinxcontrib-bibtex@efa4e66.
Configuration menu - View commit details
-
Copy full SHA for 136aebc - Browse repository at this point
Copy the full SHA 136aebcView commit details -
alot: replace geistesk as maintainer
As requested by geistesk here: NixOS/nixpkgs#87803 (comment)
Configuration menu - View commit details
-
Copy full SHA for c562954 - Browse repository at this point
Copy the full SHA c562954View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0df5a6 - Browse repository at this point
Copy the full SHA b0df5a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a762c0e - Browse repository at this point
Copy the full SHA a762c0eView commit details -
Merge pull request #87346 from r-ryantm/auto-update/python2.7-latexcodec
python27Packages.latexcodec: 1.0.7 -> 2.0.0
Configuration menu - View commit details
-
Copy full SHA for a6a5cba - Browse repository at this point
Copy the full SHA a6a5cbaView commit details -
/build/source/include/metadata/modules.h:122:1: note: in expansion of macro 'MOD_PLUGIN' 122 | MOD_PLUGIN(slap_delay_mono, plugin_ui) | ^~~~~~~~~~ lv2.cpp:414:43: error: invalid conversion from 'void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, LV2UI_Write_Function, LV2UI_Controller, void**, const LV2_Feature* const*)' {aka 'void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, void (*)(void*, unsigned int, unsigned int, unsigned int, const void*), void*, void**, const LV2_Feature* const*)'} to 'void* (*)(const LV2UI_Descriptor*, const char*, const char*, LV2UI_Write_Function, LV2UI_Controller, void**, const LV2_Feature* const*)' {aka 'void* (*)(const LV2UI_Descriptor*, const char*, const char*, void (*)(void*, unsigned int, unsigned int, unsigned int, const void*), void*, void**, const LV2_Feature* const*)'} [-fpermissive] 414 | d->instantiate = lv2ui_instantiate; \ | ^~~~~~~~~~~~~~~~~ | | | void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, LV2UI_Write_Function, LV2UI_Controller, void**, const LV2_Feature* const*) {aka void* (*)(const lsp::_LV2UI_Descriptor*, const char*, const char*, void (*)(void*, unsigned int, unsigned int, unsigned int, const void*), void*, void**, const LV2_Feature* const*)}
Configuration menu - View commit details
-
Copy full SHA for 7ac7382 - Browse repository at this point
Copy the full SHA 7ac7382View commit details -
Merge pull request #87725 from nlewo/fix-dockertools
dockerTools.examples: fix the nginx image
Configuration menu - View commit details
-
Copy full SHA for df928fa - Browse repository at this point
Copy the full SHA df928faView commit details -
Merge pull request #87803 from aepsil0n/upgrade-alot-0.9.1
alot: 0.9 → 0.9.1
Configuration menu - View commit details
-
Copy full SHA for 7319061 - Browse repository at this point
Copy the full SHA 7319061View commit details
There are no files selected for viewing