about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/castor
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2022-12-04castor: enable parallels tests with nextestfigsoda1-2/+1
2022-06-05castor: 0.8.18 -> 0.9.0R. Ryantm1-3/+3
2021-10-02castor: 0.8.16 -> 0.8.18Francesco Gazzetta1-3/+3
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-03-11Merge pull request #102225 from luc65r/fetchsrhtMichael Weiss1-4/+6
Add fetcher: fetchFromSourcehut
2021-03-08Use fetchFromSourcehutluc65r1-4/+6
2021-02-16buildRustPackage: factor out check phase to cargoCheckHookDaniël de Kok1-1/+1
API change: `cargoParallelTestThreads` suggests that this attribute sets the number of threads used during tests, while it is actually a boolean option (use 1 thread or NIX_BUILD_CORES threads). In the hook, this is replaced by a more canonical name `dontUseCargoParallelTests`.
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-24castor: use cargoParallelTestThreadszowoq1-3/+1
2020-09-08castor: disable checkzowoq1-1/+2
disable until buildRustPackage supports setting test-threads in packages
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-07-10castor: 0.8.15 -> 0.8.16Francesco Gazzetta1-3/+3
2020-07-03castor: 0.8.14 -> 0.8.15R. RyanTM1-3/+3
2020-06-25castor: remove verifyCargoDepsDaniël de Kok1-1/+0
This attribute is not used anymore by buildRustPackage.
2020-06-09castor: init at 0.8.14Francesco Gazzetta1-0/+53