about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* caprice32: enable freedesktop entriesBignaux Ronan2020-03-15
|
* caprice32: 4.5.0 -> 4.6.0Bignaux Ronan2020-03-15
|
* ckb-next: Disable built-in updaterRyan Fitzsimon2020-03-15
|
* Merge pull request #82540 from r-ryantm/auto-update/geoipupdateRyan Mulligan2020-03-14
|\ | | | | geoipupdate: 4.1.5 -> 4.2.2
| * geoipupdate: 4.1.5 -> 4.2.2R. RyanTM2020-03-14
| |
* | Merge pull request #82543 from r-ryantm/auto-update/go-ethereumadisbladis2020-03-15
|\ \ | | | | | | go-ethereum: 1.9.10 -> 1.9.11
| * | go-ethereum: 1.9.10 -> 1.9.11R. RyanTM2020-03-14
| |/
* | Merge pull request #82620 from aanderse/ssh-silentadisbladis2020-03-15
|\ \ | | | | | | nixos/ssh: silence ssh-keygen during configuration validation
| * | nixos/ssh: silence ssh-keygen during configuration validationAaron Andersen2020-03-14
| | |
* | | Merge pull request #82604 from rycee/fix/emacs-setup-hookadisbladis2020-03-15
|\ \ \ | | | | | | | | emacs: improve setup hook
| * | | emacs: improve setup hookRobert Helgesson2020-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add packages installed in a sub-directory of site-lisp, such as mu4e, to EMACSLOADPATH. - Add ELPA packages to EMACSLOADPATH. - Add each package only once to EMACSLOADPATH. Before, each package would typically be added twice for each transitive dependency leading to a huge variable for a package having many dependencies. Fixed #78680
* | | | emacs: Add adisbladis as maintaineradisbladis2020-03-15
| | | |
* | | | ffmpeg-normalize: init at 1.15.7Pavol Rusnak2020-03-14
| | | |
* | | | rdedup: fix broken buildBenjamin Hipple2020-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the Rust platform builder, the attribute `cargoPatches` must be used if we want to consistently apply a patch to the `Cargo.lock` in the vendored `cargoDeps` and to the `Cargo.lock` in the `src` attribute. This fixes the build by applying that patch consistently, so the coherency checker in the newer Rust cargo builder passes.
* | | | ledger: remove old version 2.6.3Benjamin Hipple2020-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.6.3 was released > 5 years ago and has been marked as broken for some time. It is time to remove it. This also documents why ledger3 cannot yet build with boost >= 1.67
* | | | Merge pull request #82621 from aanderse/ssh-fixadisbladis2020-03-15
|\ \ \ \ | |_|/ / |/| | | nixos/sshd: only include AuthorizedKeysCommand and AuthorizedKeysComm…
| * | | nixos/sshd: only include AuthorizedKeysCommand and AuthorizedKeysCommandUser ↵Aaron Andersen2020-03-14
|/ / / | | | | | | | | | options if explicitly set
* | | clash: 0.17.1 -> 0.18.0R. RyanTM2020-03-14
| | |
* | | eksctl: 0.13.0 -> 0.15.0R. RyanTM2020-03-14
| | |
* | | androidStudioPackages.beta: 4.0.0.10 -> 4.0.0.11Andrei Lapshin2020-03-14
| | |
* | | archiver: 3.2.0 -> 3.3.0R. RyanTM2020-03-14
| | |
* | | python.pkgs.smmap2: removeTimo Kaufmann2020-03-14
| | | | | | | | | | | | | | | | | | | | | They were recently merged back together and smmap is the canonical version: https://github.com/gitpython-developers/smmap/issues/44
* | | python.pkgs.GitPython: 3.0.5 -> 3.1.0Timo Kaufmann2020-03-14
| | |
* | | python.pkgs.gitdb2: removeTimo Kaufmann2020-03-14
| | | | | | | | | | | | | | | The two are now the same: https://github.com/gitpython-developers/gitdb/issues/59
* | | python.pkgs.gitdb: 0.6.4 -> 4.0.2Timo Kaufmann2020-03-14
| | |
* | | Merge pull request #82413 from aanderse/authorized-keys-commandFlorian Klink2020-03-14
|\ \ \ | | | | | | | | nixos/sshd: add authorizedKeysCommand and authorizedKeysCommandUser options
| * | | nixos/sshd: add authorizedKeysCommand and authorizedKeysCommandUser optionsAaron Andersen2020-03-12
| | | |
* | | | snakemake: 5.9.1 -> 5.10.0Dmitry Kalinkin2020-03-14
| | | |
* | | | Merge pull request #82348 from etu/php-exts-as-packagesadisbladis2020-03-14
|\ \ \ \ | | | | | | | | | | PHP extensions as packages
| * | | | phpPackages.exts: Add extensionsElis Hirwing2020-03-14
| | | | |
| * | | | phpPackages.exts: Add alias so we have the right pcre libElis Hirwing2020-03-14
| | | | |
| * | | | phpPackages: Initial work for building phpExtensions separatelyElis Hirwing2020-03-14
| | | | |
* | | | | fio: 3.18 -> 3.19R. RyanTM2020-03-14
| | | | |
* | | | | cargo-udeps: 0.1.9 -> 0.1.10Fabian Möller2020-03-14
| | | | |
* | | | | sentencepiece: add myself as a maintainerDaniël de Kok2020-03-14
| | | | |
* | | | | sentencepiece: split into multiple outputs, optional gperftoolsDaniël de Kok2020-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am using sentencepiece in a downstream application where I want to minimize the resulting closures. This commit makes changes to make sentencepiece a leaner dependency: - Split the outputs, so that the binaries/headers do not end up in the transitive closure in a library dependency. - Add the `withGPerfTools` option, which is enabled by default, to make it possible to disable the gperftools dependency. According to the sentencepiece README, this dependency gives a 10-40% performance improvement. But in many cases this is overshadowed by the neural networks that use piece identifiers as input anyway.
* | | | | pythonPackages.sphinxcontrib-katex: init at 0.5.1Jaakko Luttinen2020-03-14
| | | | |
* | | | | pythonPackages.sphinxcontrib-fulltoc: init at 1.2.0Jaakko Luttinen2020-03-14
| | | | |
* | | | | obinskit: init at 1.1.1Benedict Aas2020-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the configuration software for the enthusiast Anne Pro mechanical keyboard, used to update the firmware, change keyboard settings, clear Bluetooth connections from the device, set up backlighting colours, and so forth.
* | | | | python3Packages.somajo: init at 2.0.4Daniël de Kok2020-03-14
| | | | |
* | | | | python3Packages.batchgenerators: init at 0.19.7Ben Darwin2020-03-14
| | | | |
* | | | | python3Packages.threadpoolctl: init at 2.0.0Ben Darwin2020-03-14
| | | | |
* | | | | Merge pull request #82361 from petabyteboy/feature/jbr-from-sourceFrederik Rietdijk2020-03-14
|\ \ \ \ \ | | | | | | | | | | | | jetbrains.jdk: build from source
| * | | | | jetbrains.jdk: build from sourceMilan Pässler2020-03-12
| | | | | |
* | | | | | ft2-clone: init at 1.09Francesco Gazzetta2020-03-14
| | | | | |
* | | | | | pt2-clone: init at 1.06Francesco Gazzetta2020-03-14
| | | | | |
* | | | | | gitkraken: 6.5.3 -> 6.5.4Evan Stoll2020-03-14
| | | | | |
* | | | | | python3Packages.spacy: 2.2.3 -> 2.2.4Daniël de Kok2020-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/explosion/spaCy/releases/tag/v2.2.4 Also remove some unused propagatedBuildInputs.
* | | | | | python3Packages.thinc: 7.3.1 -> 7.4.0Daniël de Kok2020-03-14
| | | | | | | | | | | | | | | | | | | | | | | | Remove old stale propagatedBuildInputs.
* | | | | | python3Packages.srsly: 1.0.1 -> 1.0.2Daniël de Kok2020-03-14
| | | | | |