summaryrefslogtreecommitdiff
path: root/pkgs/development/ruby-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #317076 from amarshall/bundlerenv-passthru•••bundlerEnv: Fix passthru not being passed-throughArtturin2024-06-181-1/+2
|\
| * bundlerEnv: Fix passthru not being passed-through•••E.g. `pkgs.bundlerEnv { passthru = { ... }; ... }` previously would not result in the `passthru` attrs not being concatenated onto the returned derivation. Now it will be. Andrew Marshall2024-06-031-1/+2
* | Merge pull request #315851 from LeSuisse/v8-mark-vulnerable•••v8: mark vulnerable, move dependents to `nodejs.libv8`Leona Maroni2024-06-171-3/+3
|\ \
| * | rubyPackages.libv8: use nodejs.libv8Thomas Gerbet2024-05-301-3/+3
* | | Merge master into staging-nextgithub-actions[bot]2024-06-011-1/+3
|\ \ \ | | |/ | |/|
| * | buildRubyGem: Include platform in suffix for non-Ruby platforms (#299909)•••This adheres to how Bundler handles such gems. We must also adjust the generated URL to use this full suffix.Andrew Marshall2024-06-011-1/+3
| |/
* | bundler: 2.5.10 -> 2.5.11Anthony Roussel2024-05-291-2/+2
* | Merge staging-next into staginggithub-actions[bot]2024-05-241-1/+1
|\|
| * pkgs/development: remove unused fetchpatch argumentsSigmanificient2024-05-241-1/+1
* | Merge pull request #308871 from anthonyroussel/update-bundler•••bundler: 2.5.9 -> 2.5.10, ruby.rubygems: 3.5.9 -> 3.5.10Mario Rodas2024-05-161-2/+2
|\ \ | |/ |/|
| * bundler: 2.5.9 -> 2.5.10•••https://github.com/rubygems/rubygems/releases/tag/bundler-v2.5.10 Anthony Roussel2024-05-031-2/+2
* | 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. ``` annalee2024-05-131-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 Tojnar2024-04-271-6/+6
* Merge branch 'master' into staging-nextVladimír Čunát2024-04-251-1/+1
|\
| * maintainers: drop marsamMario Rodas2024-04-241-1/+1
* | Merge master into staging-nextgithub-actions[bot]2024-04-251-0/+1
|\|
| * rubyPackages.seccomp-tools: init at 1.6.1Kamilla Ova2024-04-241-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 Roussel2024-04-121-2/+2
|/
* Merge staging-next into staginggithub-actions[bot]2024-03-261-2/+11
|\
| * Avoid top-level `with ...;` in pkgs/development/ruby-modules/bundled-common/d...Philip Taron2024-03-251-2/+11
* | bundler: 2.5.6 -> 2.5.7•••https://github.com/rubygems/rubygems/releases/tag/bundler-v2.5.7 Anthony Roussel2024-03-241-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> Yaya2024-03-191-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. stuebinm2024-03-191-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 Trofimovich2024-02-251-8/+0
* Merge staging-next into staginggithub-actions[bot]2024-02-121-5/+1
|\
| * Merge pull request #239168 from NickCao/ruby-msgpack•••rubyPackages.msgpack: drop nonexistent dependency on msgpackMario Rodas2024-02-111-5/+1
| |\
| | * rubyPackages.msgpack: drop nonexistent dependency on msgpackNick Cao2024-01-151-5/+1
* | | bundler: 2.5.5 -> 2.5.6•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.6/bundler/CHANGELOG.md Mario Rodas2024-02-081-2/+2
|/ /
* | ruby-modules/gem-config: prometheus-client-mmap 1.1.0 supportajs1242024-01-311-1/+3
* | ruby-modules/gem-config: make prometheus-client-mmap not have a rustc runtime...ajs1242024-01-261-0/+6
* | bundler: 2.5.4 -> 2.5.5•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.5/bundler/CHANGELOG.md Mario Rodas2024-01-191-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`Sandro2024-01-151-1/+1
* | bundler: 2.5.3 -> 2.5.4•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.4/bundler/CHANGELOG.md Mario Rodas2024-01-131-2/+2
|/
* Merge remote-tracking branch 'origin/master' into staging-nextK9002024-01-121-3/+4
|\
| * Merge pull request #280319 from trofi/ruby-modules-gemtype-eval•••ruby-modules/bundled-common: do not define `gemType` for `null` packagesMario Rodas2024-01-121-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 Trofimovich2024-01-111-3/+4
* | | Merge master into staging-nextgithub-actions[bot]2024-01-111-0/+28
|\| |
| * | ruby-modules/gem-config: add prometheus-client-mmap rust dependencyajs1242024-01-111-0/+28
| |/
* | Merge branch 'master' into staging-nextWeijia Wang2024-01-031-1/+1
|\|
| * ruby_2_7: removeajs1242024-01-021-1/+1
* | bundler: 2.4.22 -> 2.5.3•••Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.3/bundler/CHANGELOG.md Mario Rodas2023-12-231-2/+2
|/
* bundix: update homepageMario Rodas2023-11-251-1/+1
* bundix: fix license attributeMario Rodas2023-11-251-1/+1
* rubyPackages: gtk2 -> gtk3•••gtk3 and gdk3 Kirill Radzikhovskyy2023-11-172-3/+39
* Merge master into staging-nextgithub-actions[bot]2023-11-111-0/+7
|\
| * ruby-modules/gem-config: relax hardening to avoid google-protobuf build failureSteve Purcell2023-11-111-0/+7
* | bundler: 2.4.21 -> 2.4.22•••https://github.com/rubygems/rubygems/releases/tag/bundler-v2.4.22 Anthony Roussel2023-11-091-2/+2
* | rubyPackages.iconv: fix build with clang 16•••Fix incompatible function pointer conversion errors. Randy Eckenrode2023-11-032-0/+56
* | Merge #257301: cairo: 1.16.0 -> 1.18.0•••...into staging Vladimír Čunát2023-10-251-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 Ross2023-10-201-2/+2
| |/