summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* boost177: use fetchpatch's `relative` argumentNaïm Favier2022-03-25
| | | | We can drop `includes` since there's only one file in that directory.
* cgal_4: use fetchpatch's `relative` argumentNaïm Favier2022-03-25
| | | | | The `gcc-12-prereq.patch` patch now includes the entire `CGAL_Core` subdirectory, but the patch only fixes warnings so this is fine.
* haskellPackages.yi-language: use fetchpatch's `relative` argumentNaïm Favier2022-03-25
| | | | We can drop `includes` since there's only one file in that directory.
* haskellPackages.hledger-lib: use fetchpatch's `relative` argumentNaïm Favier2022-03-25
| | | | We can drop `includes` since there's only one file in that directory.
* fetchpatch: add `relative`Naïm Favier2022-03-25
| | | | | | | | | | | | Allows restricting patches to a specific subdirectory, à la `git diff --relative=subdir`. This cannot be done (cleanly) currently because the `includes` logic happens *after* `stripLen` is applied, so we can't match on `subdir/*`. This change adds a `relative` argument that makes this possible by filtering files before doing any processing, and setting `stripLen` and `extraPrefix` accordingly.
* nixos-rebuild: support --quiet, --print-build-logsMaëlys Bras de fer2022-03-22
| | | | | | --quiet decreases the logging verbosity level (inverse of -v) --print-build-logs prints build logs on stderr (same as -L) Also reordered and grouped some options for consistency
* Merge pull request #165179 from ↵Ryan Mulligan2022-03-22
|\ | | | | | | | | r-ryantm/auto-update/matrix-synapse-plugins.matrix-synapse-mjolnir-antispam matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.3.2 -> 1.4.1
| * matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 1.3.2 -> 1.4.1R. Ryantm2022-03-21
| |
* | qgis: 3.24.0 -> 3.24.1Will Cohen2022-03-22
| |
* | qgis-ltr: 3.22.4 -> 3.22.5Will Cohen2022-03-22
| |
* | Merge pull request #164241 from larsr/patch-1Ben Siraphob2022-03-22
|\ \
| * | libnatpmp: fix dyld path on darwinlarsr2022-03-15
| | | | | | | | | This solves #164240
* | | nixos/tests/avahi: Fix running background commandaszlig2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://github.com/NixOS/nixpkgs/pull/142747, the implementation behind Machine.execute() has been changed to pipe all the command's output into base64 on the guest machine. Unfortunately this means that base64 is blocking until stdout is closed, which in turn means that we now need to make sure that whenever we run a program in background via "&" we also need to make sure to close stdout, which we do by redirecting stdout to stderr. Signed-off-by: aszlig <aszlig@nix.build>
* | | Merge pull request #165015 from newAM/flake8-bugbearRyan Mulligan2022-03-22
|\ \ \ | | | | | | | | python3Packages.flake8-bugbear: 22.1.11 -> 22.3.20
| * | | python3Packages.flake8-bugbear: 22.1.11 -> 22.3.20Alex Martens2022-03-20
| | | |
* | | | python3Packages.zipstream-ng: init at 1.3.4florian on nixos (Florian Brandes)2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needed for octoprint update Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de> Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
* | | | Merge pull request #165272 from r-ryantm/auto-update/nucleiFabian Affolter2022-03-22
|\ \ \ \ | | | | | | | | | | nuclei: 2.6.3 -> 2.6.5
| * | | | nuclei: 2.6.3 -> 2.6.5R. Ryantm2022-03-22
| | | | |
* | | | | pr-tracker: 1.1.0 -> 1.2.0Alyssa Ross2022-03-22
| | | | |
* | | | | Merge pull request #165039 from samuela/upkeep-bot/plexamp-4.1.0-1647821469Patrick Hilhorst2022-03-22
|\ \ \ \ \
| * | | | | plexamp: 4.0.3 -> 4.1.0nixpkgs-upkeep-bot2022-03-21
| | | | | |
* | | | | | Merge pull request #163698 from InternetUnexplorer/rocm-llvm-disable-shared-libsAnthony Cowley2022-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | llvmPackages_rocm.llvm: don't build shared libs
| * | | | | | llvmPackages_rocm.llvm: don't build shared libsInternetUnexplorer2022-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to fix the notorious "CommandLine Error: Option 'xxxxx' registered more than once!" error in applications that use both Mesa and ROCm. Since Mesa is built with llvmPackages_latest and ROCm stuff is built with llvmPackages_rocm, applications that use both (such as Blender) end up with two different `libLLVM*.so`s loaded, which breaks things. This seems like a straightforward way to fix the problem, and since the ROCm stack seems to be the only thing in Nixpkgs that uses llvmPackages_rocm this hopefully shouldn't break anything. While there might be another way to fix this problem that doesn't require disabling the shared libraries, I haven't been able to find it yet, and since this issue seems to affect a lot of people I think it might make sense to merge this fix for now and revisit it later if a better solution is found. This also removes a small patch to rocm-comgr since there are no longer LLVM shared libraries for it to link against.
* | | | | | | haskellPackages.HaskellNet-SSL: mark unbrokenProfpatsch2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It builds!
* | | | | | | Merge pull request #164962 from panicgh/tbbSandro2022-03-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tor-browser-bundle-bin: 11.0.7 -> 11.0.9
| * | | | | | | tor-browser-bundle-bin: 11.0.7 -> 11.0.9Nicolas Benes2022-03-20
| | | | | | | |
* | | | | | | | Merge pull request #165268 from vkleen/nixos/tests/deduplicate-vlansJacek Galowicz2022-03-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/test-driver: deduplicate VLANs
| * | | | | | | | nixos/test-driver: deduplicate VLANsViktor Kleen2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Naively deduplicate VLANs in the python driver for NixOS tests. The current implementation accidentally works, since the VLan class mutates the environment. On construction it sets QEMU_VDE_SOCKET_${id} and this environment variable gets overwritten once a second VLAN with the same id is constructed. Because the NIC flags passed to qemu just use the QEMU_VDE_SOCKET_${id} environment variable, this implicitly chooses a single vde_switch process for each VLAN. However, this leads to unusable vde_switch processes being spawned in each test run and as a side effect makes it impossible to access the correct VLan objects in the interactive test driver. It also makes it remarkably hard to understand why the current implementation ever worked.
* | | | | | | | | u9fs: use install(1) for copying filessternenseemann2022-03-22
| | | | | | | | |
* | | | | | | | | u9fs: fix man page locationsternenseemann2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By convention man pages need to located at `share/man/man$section/$name.$section`.
* | | | | | | | | nixos/wg-quick: add autostart option to interfaces (#162219)Sivizius2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the option `networking.wg-quick.interfaces.<name>.autostart`, which defaults to `true`, which is the previous behavior. With this option set to `false`, the systemd-unit will no longer be set to `wantedBy = [ "multi-user.target" ]` and therefore the tunnel has to be enabled/disabled via `systemctl start/stop wg-quick-<name>`. Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
* | | | | | | | | ocenaudio: 3.11.5 -> 3.11.7R. Ryantm2022-03-22
| | | | | | | | |
* | | | | | | | | abuild: 3.7.0 -> 3.9.0maxice82022-03-22
| | | | | | | | |
* | | | | | | | | Merge pull request #165233 from fabaff/bump-pysigma-backend-splunkFabian Affolter2022-03-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python3Packages.pysigma: 0.4.1 -> 0.4.2, python3Packages.pysigma-backend-splunk: 0.1.2 -> 0.2.0
| * | | | | | | | | sigma-cli: 0.3.2 -> 0.3.3Fabian Affolter2022-03-22
| | | | | | | | | |
| * | | | | | | | | python3Packages.pysigma-backend-splunk: 0.1.2 -> 0.2.0Fabian Affolter2022-03-22
| | | | | | | | | |
| * | | | | | | | | python3Packages.pysigma: 0.4.1 -> 0.4.2Fabian Affolter2022-03-22
| | | | | | | | | |
* | | | | | | | | | Merge pull request #165262 from jyooru/update/python3Packages.dataclasses-jsonFabian Affolter2022-03-22
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | python3Packages.dataclasses-json: 0.5.6 -> 0.5.7
| * | | | | | | | | python3Packages.dataclasses-json: 0.5.6 -> 0.5.7Joel2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/lidatong/dataclasses-json/releases/tag/v0.5.7
* | | | | | | | | | Merge pull request #161437 from r-ryantm/auto-update/airBobby Rong2022-03-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | air: 1.27.10 -> 1.28.0
| * | | | | | | | | | air: 1.27.10 -> 1.28.0R. Ryantm2022-02-23
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #165258 from r-ryantm/auto-update/python310Packages.catalogueFabian Affolter2022-03-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python310Packages.catalogue: 2.0.6 -> 2.0.7
| * | | | | | | | | | | python310Packages.catalogue: 2.0.6 -> 2.0.7R. Ryantm2022-03-22
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #165201 from r-ryantm/auto-update/python3.10-manimpangoFabian Affolter2022-03-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python310Packages.manimpango: 0.4.0.post2 -> 0.4.1
| * | | | | | | | | | | | python3Packages.manimpango: disable on older Python releasesFabian Affolter2022-03-22
| | | | | | | | | | | | |
| * | | | | | | | | | | | python310Packages.manimpango: 0.4.0.post2 -> 0.4.1R. Ryantm2022-03-22
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #164768 from LegoLoverGo/masterBobby Rong2022-03-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | lunar-client: 2.9.3 -> 2.10.0
| * | | | | | | | | | | | | lunar-client: 2.9.3 -> 2.10.0Paul Walker2022-03-18
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #164784 from jmgilman/package/dunamaiFabian Affolter2022-03-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3Packages.dunamai: init at 1.10.0
| * | | | | | | | | | | | | | maintainers: add @jmgilmanJoshua Gilman2022-03-21
| | | | | | | | | | | | | | |