| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rubyPackages_3_{2,3}.nokogiri: add libxml2 to darwin buildInputs; unbreak•••fix build failure on darwin: ``` checking for xmlParseDoc() in -lxml2... no checking for xmlParseDoc() in -llibxml2... no checking for libxml-2.0 using `pkg_config`... no Please install either the `pkg-config` utility or the `pkg-config` rubygem. checking for xmlParseDoc() in -lxml2... no checking for xmlParseDoc() in -llibxml2... no ----- extconf.rb:295:in `ensure_package_configuration' extconf.rb:704:in `<main>' xml2 is missing. Please locate mkmf.log to investigate how it is failing. ``` | annalee | 2024-05-13 | 1 | -2/+4 |
| * | treewide: wrapGAppsHook → wrapGAppsHook3•••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) | Jan Tojnar | 2024-04-27 | 1 | -6/+6 |
| * | Merge branch 'master' into staging-next | Vladimír Čunát | 2024-04-25 | 1 | -1/+1 |
| |\ | |||||
| | * | maintainers: drop marsam | Mario Rodas | 2024-04-24 | 1 | -1/+1 |
| * | | Merge master into staging-next | github-actions[bot] | 2024-04-25 | 1 | -0/+1 |
| |\| | |||||
| | * | rubyPackages.seccomp-tools: init at 1.6.1 | Kamilla Ova | 2024-04-24 | 1 | -0/+1 |
| * | | bundler: 2.5.7 -> 2.5.9•••https://github.com/rubygems/rubygems/releases/tag/bundler-v2.5.9 https://github.com/rubygems/rubygems/releases/tag/bundler-v2.5.8 | Anthony Roussel | 2024-04-12 | 1 | -2/+2 |
| |/ | |||||
| * | Merge staging-next into staging | github-actions[bot] | 2024-03-26 | 1 | -2/+11 |
| |\ | |||||
| | * | Avoid top-level `with ...;` in pkgs/development/ruby-modules/bundled-common/d... | Philip Taron | 2024-03-25 | 1 | -2/+11 |
| * | | bundler: 2.5.6 -> 2.5.7•••https://github.com/rubygems/rubygems/releases/tag/bundler-v2.5.7 | Anthony Roussel | 2024-03-24 | 1 | -2/+2 |
| |/ | |||||
| * | gitlab: 16.8.1 -> 16.9.2•••https://gitlab.com/gitlab-org/gitlab/-/blob/v16.8.2-ee/CHANGELOG.md https://gitlab.com/gitlab-org/gitlab/-/blob/v16.9.2-ee/CHANGELOG.md Fixes CVE-2023-6386 Fixes CVE-2023-6840 Fixes CVE-2024-0199 Fixes CVE-2024-1066 Fixes CVE-2024-1250 Fixes CVE-2024-1299 Co-Authored-By: ajs124 <git@ajs124.de> | Yaya | 2024-03-19 | 1 | -2/+2 |
| * | treewide: add meta.mainProgram to packages with a single binary•••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. | stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | rubyPackages.ovirt-engine-sdk: drop upstreamed patch•••Without the change build fails on` master` as https://hydra.nixos.org/build/249503515: Running phase: patchPhase applying patch /nix/store/9f30k5j6jdmdycfxxkir2vv4zqhfvpvd-b596b919bc7857fdc0fc1c61a8cb7eab32cfc2db.patch patching file ext/ovirtsdk4c/ov_http_request.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. | Sergei Trofimovich | 2024-02-25 | 1 | -8/+0 |
| * | Merge staging-next into staging | github-actions[bot] | 2024-02-12 | 1 | -5/+1 |
| |\ | |||||
| | * | Merge pull request #239168 from NickCao/ruby-msgpack•••rubyPackages.msgpack: drop nonexistent dependency on msgpack | Mario Rodas | 2024-02-11 | 1 | -5/+1 |
| | |\ | |||||
| | | * | rubyPackages.msgpack: drop nonexistent dependency on msgpack | Nick Cao | 2024-01-15 | 1 | -5/+1 |
| * | | | bundler: 2.5.5 -> 2.5.6•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.6/bundler/CHANGELOG.md | Mario Rodas | 2024-02-08 | 1 | -2/+2 |
| |/ / | |||||
| * | | ruby-modules/gem-config: prometheus-client-mmap 1.1.0 support | ajs124 | 2024-01-31 | 1 | -1/+3 |
| * | | ruby-modules/gem-config: make prometheus-client-mmap not have a rustc runtime... | ajs124 | 2024-01-26 | 1 | -0/+6 |
| * | | bundler: 2.5.4 -> 2.5.5•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.5/bundler/CHANGELOG.md | Mario Rodas | 2024-01-19 | 1 | -2/+2 |
| * | | buildRubyGem: only use major minor in name (#229469)•••This is similar to what pythonXxxPackages does and reduces the noise `nix store diff-closure` | Sandro | 2024-01-15 | 1 | -1/+1 |
| * | | bundler: 2.5.3 -> 2.5.4•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.4/bundler/CHANGELOG.md | Mario Rodas | 2024-01-13 | 1 | -2/+2 |
| |/ | |||||
| * | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2024-01-12 | 1 | -3/+4 |
| |\ | |||||
| | * | Merge pull request #280319 from trofi/ruby-modules-gemtype-eval•••ruby-modules/bundled-common: do not define `gemType` for `null` packages | Mario Rodas | 2024-01-12 | 1 | -3/+4 |
| | |\ | |||||
| | | * | ruby-modules/bundled-common: do not define `gemType` for `null` packages•••Without the change `gemType` gets defined via `null` attrset that exposes unevaluatable attribute: nix-repl> ronin.gemType error: … while evaluating the attribute 'gemType' at pkgs/development/ruby-modules/bundled-common/default.nix:122:30: 121| inherit ruby bundler gems confFiles envPaths; 122| inherit (gems.${pname}) gemType; | ^ 123| … while evaluating an attribute name error: value is null while a string was expected After the change `passthru` does not expose a `gemType` if `pname` is `null`. | Sergei Trofimovich | 2024-01-11 | 1 | -3/+4 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-01-11 | 1 | -0/+28 |
| |\| | | |||||
| | * | | ruby-modules/gem-config: add prometheus-client-mmap rust dependency | ajs124 | 2024-01-11 | 1 | -0/+28 |
| | |/ | |||||
| * | | Merge branch 'master' into staging-next | Weijia Wang | 2024-01-03 | 1 | -1/+1 |
| |\| | |||||
| | * | ruby_2_7: remove | ajs124 | 2024-01-02 | 1 | -1/+1 |
| * | | bundler: 2.4.22 -> 2.5.3•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.3/bundler/CHANGELOG.md | Mario Rodas | 2023-12-23 | 1 | -2/+2 |
| |/ | |||||
| * | bundix: update homepage | Mario Rodas | 2023-11-25 | 1 | -1/+1 |
| * | bundix: fix license attribute | Mario Rodas | 2023-11-25 | 1 | -1/+1 |
| * | rubyPackages: gtk2 -> gtk3•••gtk3 and gdk3 | Kirill Radzikhovskyy | 2023-11-17 | 2 | -3/+39 |
| * | Merge master into staging-next | github-actions[bot] | 2023-11-11 | 1 | -0/+7 |
| |\ | |||||
| | * | ruby-modules/gem-config: relax hardening to avoid google-protobuf build failure | Steve Purcell | 2023-11-11 | 1 | -0/+7 |
| * | | bundler: 2.4.21 -> 2.4.22•••https://github.com/rubygems/rubygems/releases/tag/bundler-v2.4.22 | Anthony Roussel | 2023-11-09 | 1 | -2/+2 |
| * | | rubyPackages.iconv: fix build with clang 16•••Fix incompatible function pointer conversion errors. | Randy Eckenrode | 2023-11-03 | 2 | -0/+56 |
| * | | Merge #257301: cairo: 1.16.0 -> 1.18.0•••...into staging | Vladimír Čunát | 2023-10-25 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | rubyPackages.cairo-gobject: add expat build input•••Currently, this is propagated from cairo, but that will soon no longer be the case. | Alyssa Ross | 2023-10-20 | 1 | -2/+2 |
| | |/ | |||||
| * / | bundler: 2.4.20 -> 2.4.21•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.21/bundler/CHANGELOG.md | Mario Rodas | 2023-10-20 | 1 | -2/+2 |
| |/ | |||||
| * | Merge master into staging-next | github-actions[bot] | 2023-10-18 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge pull request #243281 from tomeon/bundled-common-pathDerivation-add-suff...•••ruby-modules: add `suffix` and `gemType` in pathDerivation | Mario Rodas | 2023-10-18 | 1 | -0/+2 |
| | |\ | |||||
| | | * | ruby-modules: add `suffix` and `gemType` in pathDerivation•••as required by the changes introduced in https://github.com/NixOS/nixpkgs/pull/237917/commits/6077061403503589d225fc0a51a514800517d813 | Matt Schreiber | 2023-07-12 | 1 | -0/+2 |
| * | | | Merge master into staging-next | github-actions[bot] | 2023-09-30 | 1 | -0/+3 |
| |\| | | |||||
| | * | | ruby-modules/gem-config/re2: use our re2 instead of vendored•••required after 2.0.0 | ajs124 | 2023-09-30 | 1 | -0/+3 |
| * | | | bundler: 2.4.19 -> 2.4.20•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.20/bundler/CHANGELOG.md | Mario Rodas | 2023-09-27 | 1 | -2/+2 |
| |/ / | |||||
| * | | bundler: 2.4.18 -> 2.4.19•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.19/bundler/CHANGELOG.md | Mario Rodas | 2023-08-19 | 1 | -2/+2 |
| * | | Merge staging-next into staging | github-actions[bot] | 2023-08-11 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | rubyPackages.pwntools: init at 1.2.1 | Ch1keen | 2023-08-10 | 1 | -0/+1 |
| * | | | bundler: 2.4.17 -> 2.4.18•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.18/bundler/CHANGELOG.md | Mario Rodas | 2023-08-06 | 1 | -2/+2 |
| |/ / | |||||
