about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | | | | | | telegraf: 1.16.3 -> 1.17.0Timothy Stott2021-01-10
| | | | |_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | Merge pull request #108850 from andir/pcsc-cyberjackSandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pcsc-cyberjack: fix compilation with gcc10
| | | * | | | | | | | | | | | pcsc-cyberjack: fix compilation with gcc10Andreas Rammhold2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change to GCC 10 did break this package as it does some conversation from 32bit integer to the type "int" which might be "narrower" depending on the platform. By default GCC 10 errors in these cases. Since this code is fine (and has been for a long time) it is okay to disable the error in this case.
| | * | | | | | | | | | | | | Merge pull request #108854 from rhoriguchi/vscode-extensions/partial-diffSandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vscode-extensions.ryu1kn.partial-diff: init at 1.4.1
| | | * | | | | | | | | | | | | vscode-extensions.ryu1kn.partial-diff: init at 1.4.1Ryan Horiguchi2021-01-09
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | perl-packages: stdenv.lib -> libProfpatsch2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
| | * | | | | | | | | | | | | | Merge pull request #108889 from fabaff/bump-sn0intSandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | sn0int: specify licenseFabian Affolter2021-01-09
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | sn0int: 0.19.1 -> 0.20.0Fabian Affolter2021-01-09
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge pull request #108894 from prusnak/ds_storePavol Rusnak2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3Packages.ds_store: init at 1.3.0
| | | * | | | | | | | | | | | | | python3Packages.ds-store: init at 1.3.0Pavol Rusnak2021-01-10
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Fix support for extending Dhall package setGabriel Gonzalez2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix `dhallPackages` to be defined using `callPackage` instead of `callPackages` This enables the `pkgs.dhallPackages.override` method * Export `pkgs.dhallPackages.callPackage` This is also necessary in order to easily extend `pkgs.dhallPackages` with new packages
| | * | | | | | | | | | | | | | | Merge pull request #108897 from pacien/fish-foreign-env-remove-aliasMichele Guerini Rocco2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fish-foreign-env: remove alias to incompatible package
| | | * | | | | | | | | | | | | | | fish-foreign-env: remove alias to incompatible packagepacien2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fish-foreign-env and the fishPlugins.foreign-env packages aren't compatible due to changes in directory layout. It's better to remove the alias so that the evaluation explicitly fails instead of allowing silent runtime breakage. GitHub: see https://github.com/NixOS/nixpkgs/pull/107834#issuecomment-756995696 GitHub: see https://github.com/LnL7/nix-darwin/issues/269 GitHub: see https://github.com/nix-community/home-manager/issues/1701 GitHub: see https://github.com/nix-community/home-manager/issues/1702
| | * | | | | | | | | | | | | | | | Merge pull request #108830 from khumba/hplip-ppd-search-pathDoron Behar2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | hplip: fix hp-setup crash by adding proper NixOS PPD search pathBryan Gardiner2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HPLIP's getSystemPPDs() function relies on searching for PPDs below common FHS paths. None of these exist on NixOS, but the code assumes that at least one of the directories will be found, and crashes when it doesn't (cups_ppd_path is None and the code passes that to os.path.join). A usable PPD search path for the running system on NixOS is /var/lib/cups/path/share, so this patches the source to check this path as well. This should fix the NixOS case and keep non-NixOS cases working too.
| | * | | | | | | | | | | | | | | | | fira-code: only extract the variable fontmidchildan2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fira Code includes a variable font[1] file that packs all the variants in a single file. Including both variable and non-variable fonts would be redundant and cause the system to list the same font twice. [1]: https://en.wikipedia.org/wiki/Variable_fonts
| | * | | | | | | | | | | | | | | | | Merge pull request #108900 from marsam/update-hugoDaniël de Kok2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hugo: 0.79.0 -> 0.80.0
| | | * | | | | | | | | | | | | | | | | hugo: 0.79.0 -> 0.80.0Mario Rodas2021-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/gohugoio/hugo/releases/tag/v0.80.0
| | * | | | | | | | | | | | | | | | | | Merge pull request #108920 from danieldk/revert-sentencepiece-0.1.95Daniël de Kok2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "sentencepiece: 0.1.94 -> 0.1.95"
| | | * | | | | | | | | | | | | | | | | | Revert "sentencepiece: 0.1.94 -> 0.1.95"Daniël de Kok2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 24fb219e2c5dafacc8b88a668ef8665a2329d0fa.
| | * | | | | | | | | | | | | | | | | | | Merge pull request #97553 from Sohalt/nixos/mpdscribbleDoron Behar2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | nixos/mpdscribble: init
| | | * | | | | | | | | | | | | | | | | | nixos/mpdscribble: initsohalt2021-01-09
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | doc: add "prefer lib over stdenv.lib" conventionAlyssa Ross2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think we should have something in the manual people can point to about this, to avoid rehashing it over and over in PRs. "stdenv.lib" makes it look like lib is part of stdenv, which it isn't, and makes it even more confusing as a newcomer to figure out what stdenv is (and isn't).
| | * | | | | | | | | | | | | | | | | | | Merge pull request #105438 from alerque/sile-0.10.13Mario Rodas2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sile: 0.10.12 → 0.10.13
| | | * | | | | | | | | | | | | | | | | | | sile: mark as broken on DarwinMario Rodas2021-01-08
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | sile: 0.10.12 → 0.10.13Caleb Maclennan2020-11-30
| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Merge pull request #108845 from 06kellyjac/conftestSandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conftest: 0.22.0 -> 0.23.0
| | | * | | | | | | | | | | | | | | | | | | | conftest: 0.22.0 -> 0.23.006kellyjac2021-01-09
| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Merge pull request #108875 from dbueno/fix/cflow-darwin-updateSandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cflow: include darwin
| | | * | | | | | | | | | | | | | | | | | | | | cflow: include darwinDenis Bueno2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cflow no longer errors out on darwin
| | * | | | | | | | | | | | | | | | | | | | | | Merge pull request #108874 from fabaff/deepseaSandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deepsea: init at 0.9
| | | * | | | | | | | | | | | | | | | | | | | | | deepsea: init at 0.9Fabian Affolter2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #108876 from veehaitch/asgiref-fix-darwinSandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | python3Packages.asgiref: disable test on Darwin
| | | * | | | | | | | | | | | | | | | | | | | | | python3Packages.asgiref: disable test on DarwinVincent Haupert2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #108883 from fabaff/pytileSandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | home-assistant: update component-packagesFabian Affolter2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | python3Packages.pytile: init at 5.1.0Fabian Affolter2021-01-09
| | | | |/ / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #108882 from tfmoraes/libguestfs_xenSandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libguestfs: remove xen as dependency
| | | * | | | | | | | | | | | | | | | | | | | | | | libguestfs: remove xen as dependencyThiago Franco de Moraes2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #108825 from TredwellGit/openjpegSandro2021-01-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openjpeg: 2.3.1 -> 2.4.0
| * | | | | | | | | | | | | | | | | | | | | | | | | | openjpeg: 2.3.1 -> 2.4.0TredwellGit2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/uclouvain/openjpeg/blob/v2.4.0/CHANGELOG.md Fixes CVE-2020-15389, CVE-2020-27841, CVE-2020-27842, CVE-2020-27843, CVE-2020-27844, and CVE-2020-27845.
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge staging-next into staginggithub-actions[bot]2021-01-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2021-01-10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | mmv-go: 0.1.2 -> 0.1.3zowoq2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/itchyny/mmv/releases/tag/v0.1.3
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #108756 from danieldk/sentencepiece-0.1.95Sandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sentencepiece: move gperftools from nativeBuildInputs to buildInputsDaniël de Kok2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | sentencepiece: 0.1.94 -> 0.1.95Daniël de Kok2021-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/google/sentencepiece/releases/tag/v0.1.95
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #108712 from fabaff/airlySandro2021-01-10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | home-assistant: update component-packagesFabian Affolter2021-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |