summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nixos/modules: stdenv.lib -> libPavol Rusnak2021-01-17
|
* Merge pull request #106837 from prusnak/bitcoin-no-walletPavol Rusnak2021-01-17
|\ | | | | bitcoin: 0.20.1 -> 0.21.0 + allow build without wallet
| * bitcoin: 0.20.1 -> 0.21.0Pavol Rusnak2021-01-16
| | | | | | | | + add sqlite to buildInputs (if wallet is enabled)
| * bitcoin: introduce withWallet flag, allow building without walletPavol Rusnak2021-01-16
| |
* | Merge pull request #109490 from siraben/stdenv-lib-os-specificSandro2021-01-17
|\ \ | | | | | | pkgs/os-specific: stdenv.lib -> lib
| * | pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
| | |
* | | Merge pull request #109573 from flokli/grafana-agentSandro2021-01-17
|\ \ \ | | | | | | | | grafana-agent: init at 0.10.0
| * | | grafana-agent: init at 0.10.0Florian Klink2021-01-17
| | | |
* | | | Merge pull request #109648 from prusnak/stdenv-libSandro2021-01-17
|\ \ \ \ | | | | | | | | | | pkgs/development: stdenv.lib -> lib
| * | | | pkgs/development: stdenv.lib -> libPavol Rusnak2021-01-17
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this takes care of the following folders in pkgs/development: * arduino * chez-modules * go-packages * guile-modules * idris-modules * perl-modules * r-modules * ruby-modules
* | | | Merge pull request #95274 from misuzu/qemu-iscsiSandro2021-01-17
|\ \ \ \
| * | | | qemu: libiscsi supportmisuzu2020-12-29
| | | | |
| * | | | libiscsi: init at 1.19.0misuzu2020-12-29
| | | | |
* | | | | Merge pull request #97291 from risicle/ris-rm-elasticmqSandro2021-01-17
|\ \ \ \ \ | | | | | | | | | | | | elasticmq: remove in favour of elasticmq-server
| * | | | | elasticmq: remove in favour of elasticmq-serverRobert Scott2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the elasticmq package is very old and hasn't seen any non-automatic updates since its introduction. newer releases are packaged as elasticmq-server
* | | | | | Merge pull request #109567 from dali99/add_metapixelSandro2021-01-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | metapixel: init at 1.0.2
| * | | | | | metapixel: init at 1.0.2Daniel Olsen2021-01-17
| | | | | | |
* | | | | | | Merge pull request #108701 from fabaff/cantoolzSandro2021-01-17
|\ \ \ \ \ \ \
| * | | | | | | cantoolz: init at 3.7.0Fabian Affolter2021-01-17
| | | | | | | |
* | | | | | | | Merge pull request #107227 from vq/add/lxi-toolsSandro2021-01-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lxi-tools: init at 1.21
| * | | | | | | | lxi-tools: init at 1.21Daniel Nilsson2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply suggestions from code review Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| * | | | | | | | liblxi: init at 1.13Daniel Nilsson2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply suggestions from code review Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| * | | | | | | | maintainers: add vqDaniel Nilsson2021-01-17
| | | | | | | | |
* | | | | | | | | Merge pull request #109589 from r-ryantm/auto-update/braveRyan Mulligan2021-01-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | brave: 1.18.77 -> 1.18.78
| * | | | | | | | | brave: 1.18.77 -> 1.18.78R. RyanTM2021-01-17
| | | | | | | | | |
* | | | | | | | | | Merge pull request #109613 from siraben/pkgconfig-part2Jörg Thalheim2021-01-17
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | pkgs/tools: pkgconfig -> pkg-config (2)
| * | | | | | | | | pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-17
|/ / / / / / / / /
* | | | | | | | | Merge pull request #96762 from kampka/source-highlightGuillaume Girol2021-01-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | source-highlight: Skip building docs when cross-compiling
| * | | | | | | | | source-highlight: Skip building docs when cross-compilingChristian Kampka2020-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source-highlight uses it's own binary to generate documentation. During cross-compilation, that binary was built for the target platform architecture, so it can't run on the build host.
* | | | | | | | | | Merge pull request #101233 from danielfullmer/cross-klibcGuillaume Girol2021-01-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | klibc: fix cross-compilation
| * | | | | | | | | | klibc: strictDeps = trueGuillaume Girol2021-01-17
| | | | | | | | | | |
| * | | | | | | | | | klibc: fix cross-compilationDaniel Fullmer2020-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested pkgsCross.armv7l-hf-multiplatform.klibc
* | | | | | | | | | | Merge pull request #97093 from kampka/texi2htmlGuillaume Girol2021-01-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | texi2html: Fix cross-platform build
| * | | | | | | | | | | texi2html: Fix cross-platform buildChristian Kampka2021-01-12
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #109632 from siraben/stdenv-lib-2Sandro2021-01-17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pkgs/data, pkgs/games: [sS]tdenv.*lib -> libBen Siraphob2021-01-17
| | | | | | | | | | | | |
| * | | | | | | | | | | | pkgs/tools, pkgs/applications: [sS]tdenv.*lib -> libBen Siraphob2021-01-17
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #109587 from LeSuisse/djvu2pdf-fix-broken-homepage-urlSandro2021-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | djvu2pdf: fix broken homepage URL
| * | | | | | | | | | | | | djvu2pdf: fix broken homepage URLThomas Gerbet2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updated to the appropriate license.
* | | | | | | | | | | | | | Merge pull request #109596 from petabyteboy/feature/alsa-licenseSandro2021-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alsaLib: correct license field
| * | | | | | | | | | | | | | alsaLib: correct license fieldMilan Pässler2021-01-17
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #109603 from ↵Maximilian Bosch2021-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alexeicolin/PR--doc-rust-declarative-overlay-error doc: rust: fix syntax error in code snippet example for declarative overlay
| * | | | | | | | | | | | | | | doc: rust: fix syntax error in declarative overlayAlexei Colin2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise pasting the snippet into shell.nix results in: error: syntax error, unexpected '=', expecting $end, at /.../shell.nix:2:9 Signed-off-by: Alexei Colin <ac@alexeicolin.com>
* | | | | | | | | | | | | | | | Merge pull request #109634 from ↵Maximilian Bosch2021-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WilliButz/update/prometheus-nextcloud-exporter/0.3.0 prometheus-nextcloud-exporter: 0.1.0 -> 0.3.0
| * | | | | | | | | | | | | | | | nixos/promtheus-nextcloud-exporter: update module and testWilliButz2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new command-line flags of release 0.3.0 and always answer with the expected XML in the VM test instead of using a test-specific fixed path. Co-authored-by: ajs124 <git@ajs124.de>
| * | | | | | | | | | | | | | | | prometheus-nextcloud-exporter: 0.1.0 -> 0.3.0WilliButz2021-01-17
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/xperimental/nextcloud-exporter/releases/tag/v0.3.0 Co-authored-by: ajs124 <git@ajs124.de>
* | | | | | | | | | | | | | | | Merge pull request #109452 from wmertens/scponlyWout Mertens2021-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | scponly: init at 4.8
| * | | | | | | | | | | | | | | scponly: init at 4.8Wout Mertens2021-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #109628 from LeSuisse/opensmtpd-6.8.0p2Sandro2021-01-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opensmtpd: 6.7.1p1 -> 6.8.0p2
| * | | | | | | | | | | | | | | | opensmtpd: 6.7.1p1 -> 6.8.0p2Thomas Gerbet2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 6.8.0p2 release includes the fixes for CVE-2020-35679 and CVE-2020-35680 [0]. [0] https://www.mail-archive.com/misc@opensmtpd.org/msg05188.html