summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDO...•••This reverts commit e1f1c7eb79fefa5e640bfbc9e023619ef095935a. origin/revert-216935-revert-216016-pr/setup/NIX_OUTPATH_USED_AS_RANDOM_SEEDYureka2023-02-181-1/+2
* Revert "setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED" ...•••This is a stdenv rebuild and should have gone to stagingYureka2023-02-181-2/+1
* opensnitch: Fix build by sticking with Go 1.18Jonas Heinrich2023-02-181-1/+5
* Merge pull request #216194 from Kiskae/patch-4•••xwayland: enable libunwindSergei Trofimovich2023-02-181-5/+6
|\
| * xwayland: enable libunwindKiskae2023-02-131-5/+6
* | Merge pull request #216856 from fabaff/grype-bump•••grype: 0.56.0 -> 0.57.1Jonas Heinrich2023-02-181-3/+3
|\ \
| * | grype: 0.56.0 -> 0.57.1•••Diff: https://github.com/anchore/grype.git/compare/v0.56.0...v0.57.1 Changelog: https://github.com/anchore/grype/releases/tag/v0.57.1 Fabian Affolter2023-02-171-3/+3
* | | Merge pull request #216016 from amjoseph-nixpkgs/pr/setup/NIX_OUTPATH_USED_AS...•••setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEEDSergei Trofimovich2023-02-181-1/+2
|\ \ \
| * | | setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED•••For reproducibility, nixpkgs sets `-frandom-seed` to the first 10 characters of the outpath of the derivation being built. This PR allows to manually select from which outpath the 10-character prefix is taken, by setting `NIX_OUTPATH_USED_AS_RANDOM_SEED` as a derivation attribute (or directly as an environment variable). For an example use of this functionality, see: https://github.com/NixOS/nixpkgs/pull/209870 Adam Joseph2023-02-121-1/+2
* | | | Merge pull request #216890 from fabaff/jaconv-bump•••python310Packages.jaconv: 0.3.1 -> 0.3.4 Fabian Affolter2023-02-181-3/+3
|\ \ \ \
| * | | | python310Packages.jaconv: 0.3.1 -> 0.3.4•••Diff: https://github.com/ikegami-yukino/jaconv/compare/refs/tags/v0.3.1...v0.3.4 Changelog: https://github.com/ikegami-yukino/jaconv/blob/v0.3.4/CHANGES.rst Fabian Affolter2023-02-181-2/+2
| * | | | python310Packages.jaconv: update revFabian Affolter2023-02-181-1/+1
* | | | | Merge pull request #216806 from ulrikstrid/ulrikstrid--kitty-themes-2023-01-08•••kitty-themes: 2022-08-11 -> 2023-01-08Nick Cao2023-02-181-3/+3
|\ \ \ \ \
| * | | | | kitty-themes: 2022-08-11 -> 2023-01-08Ulrik Strid2023-02-171-3/+3
* | | | | | Merge pull request #216302 from NickCao/libvisual•••libvisual: disable building examples when cross compilingNick Cao2023-02-181-5/+4
|\ \ \ \ \ \
| * | | | | | libvisual: disable building examples when cross compiling•••the examples depend on SDL, and sdl-config is not available when crossing Nick Cao2023-02-141-1/+5
| * | | | | | Revert "libvisual: fix null malloc check on cross"•••This reverts commit a656aeb7f134a3ac8376dcf527cf29327d2d796e. As of now these flags are no longer required for cross compilation Nick Cao2023-02-141-5/+0
* | | | | | | Merge pull request #216598 from NickCao/tdesktop•••tdesktop: 4.6.2 -> 4.6.3Nick Cao2023-02-181-2/+2
|\ \ \ \ \ \ \
| * | | | | | | tdesktop: 4.6.2 -> 4.6.3•••Release: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.6.3 Changes: https://github.com/telegramdesktop/tdesktop/compare/v4.6.2...v4.6.3 Nick Cao2023-02-161-2/+2
* | | | | | | | tvnamer: add setuptools dependency to requests-cache 0.5.2•••tvnamer has a direct dependency on old version of requests-cache 0.5.2. Unfortunately, it was failing to build as it was missing setuptools. This change adds this dependency. Along with the fixes to tvdb_api, now tvnamer correctly builds. Nikola Knezevic2023-02-181-4/+8
* | | | | | | | tvdb_api: unblock by using the latest version•••Unreleased version (there have not been any updates since April 2021) contains fixes to _to_bytes issue that caused tvdb_api to fail to build. Nikola Knezevic2023-02-181-7/+7
* | | | | | | | erlang: 25.2.2 -> 25.2.3R. Ryantm2023-02-181-2/+2
* | | | | | | | Merge pull request #216907 from NixOS/tensor-cleanup•••python310Packages.tensorflow: remove ? null from inputsDmitry Kalinkin2023-02-181-3/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | python310Packages.tensorflow: remove ? null from inputsorigin/tensor-cleanupSandro Jäckel2023-02-181-3/+1
* | | | | | | | | Merge pull request #216910 from figsoda/cargo-tally•••cargo-tally: 1.0.22 -> 1.0.23Nick Cao2023-02-181-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cargo-tally: 1.0.22 -> 1.0.23•••Changelog: https://github.com/dtolnay/cargo-tally/releases/tag/1.0.23 figsoda2023-02-171-3/+4
* | | | | | | | | | Merge pull request #216226 from tux1c/mongoc-1.23.2•••mongoc: 1.23.1 -> 1.23.2Nick Cao2023-02-181-3/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mongoc: add patch documentationYan2023-02-181-0/+4
| * | | | | | | | | | mongoc: mark darwin x86_64 as brokenYan2023-02-171-0/+1
| * | | | | | | | | | mongoc: formattingYan2023-02-141-1/+1
| * | | | | | | | | | mongoc: add Security Framework Darwin build depYan2023-02-141-1/+5
| * | | | | | | | | | mongoc: 1.23.1 -> 1.23.2Yan2023-02-131-2/+8
* | | | | | | | | | | Merge pull request #216860 from fabaff/xiaomi-ble-bump•••python310Packages.xiaomi-ble: 0.16.3 -> 0.16.4Nick Cao2023-02-181-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | python310Packages.xiaomi-ble: 0.16.3 -> 0.16.4•••Diff: https://github.com/Bluetooth-Devices/xiaomi-ble/compare/refs/tags/v0.16.3...v0.16.4 Changelog: https://github.com/Bluetooth-Devices/xiaomi-ble/releases/tag/v0.16.4 Fabian Affolter2023-02-171-2/+2
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #216803 from joshniemela/master•••julia_19: 1.9.0-beta2 -> 1.9.0-beta4Nick Cao2023-02-182-3/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | julia_19: add joshniemela to maintainersJoshua Niemelä2023-02-181-1/+1
| * | | | | | | | | | | maintainers: add joshniemelaJoshua Niemelä2023-02-181-0/+6
| * | | | | | | | | | | julia_19: 1.9.0-beta2 -> 1.9.0-beta4Joshua Niemelä2023-02-171-2/+2
* | | | | | | | | | | | Merge pull request #216679 from anthonyroussel/awscli_2_10•••awscli2: 2.9.21 -> 2.10.0Nick Cao2023-02-181-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | awscli2: 2.9.21 -> 2.10.0Anthony Roussel2023-02-161-6/+3
* | | | | | | | | | | | | Merge pull request #216794 from erikarvstedt/btcpayserver-1.7.12•••btcpayserver: 1.7.7 -> 1.7.12Nick Cao2023-02-182-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | btcpayserver: 1.7.7 -> 1.7.12Erik Arvstedt2023-02-171-2/+2
| * | | | | | | | | | | | | nbxplorer: 2.3.60 -> 2.3.62Erik Arvstedt2023-02-171-2/+2
* | | | | | | | | | | | | | Merge pull request #216586 from bobby285271/fix/pantheon-clutter-cleanup•••Pantheon: cleanup unused clutter depBobby Rong2023-02-182-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pantheon.elementary-greeter: Use mesa instead of clutter-gtk•••Looks like the comment no longer applies. We just add the missing mesa for EGL/eglmesaext.h header. Bobby Rong2023-02-161-2/+2
| * | | | | | | | | | | | | | pantheon.gala: Use mesa instead of clutter•••What gala needs is mutter-clutter-7, not clutter-1.0. We just add the missing mesa for EGL/eglmesaext.h header. Bobby Rong2023-02-161-2/+2
* | | | | | | | | | | | | | | Merge pull request #216811 from R-VdP/via-2-1-0•••Via 2.0.5 -> 2.1.0Nick Cao2023-02-181-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Via 2.0.5 -> 2.1.0•••Changelog: https://github.com/the-via/releases/releases/tag/v2.1.0 R-VdP2023-02-171-3/+4
* | | | | | | | | | | | | | | | Merge pull request #216528 from GenericNerdyUsername/xemu-init•••xemu: init at 0.7.84Anderson Torres2023-02-172-0/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | xemu: init at 0.7.84GenericNerdyUsername2023-02-172-0/+133