summaryrefslogtreecommitdiff
path: root/pkgs/development/ruby-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | bundlerApp: put makeWrapper in nativeBuildInputs•••fixes cross 'error: attribute 'runtimeShell' missing' Artturin2022-07-141-1/+2
|/
* Merge pull request #175871 from Artturin/fixcross1•••buildRubyGem: fix bundix crossMario Rodas2022-07-011-3/+8
|\
| * buildRubyGem: inherit libobjc from darwinArtturin2022-07-011-2/+2
| * buildRubyGem: fix bundix cross•••allows building bundix but most ruby gems still fail with ``` ++ gem install --local --force --http-proxy http://nodtd.invalid --ignore-dependencies --install-dir /nix/store/...-ruby-aarch64-unknown-linux-gnu2.7.6-nio4r-2.5.8-aarch64-unknown-linux-gnu/lib/ruby/gems/2.7.0 --build-root / --backtrace --no-env-shebang -N /nix/store/...-nio4r-2.5.8.gem -- /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 8: require: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 9: require: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 10: require: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 12: required_version: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 14: unless: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 15: abort: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 16: end: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 18: args: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 20: begin: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 21: Gem::GemRunner.new.run: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 22: rescue: command not found /nix/store/...-ruby-aarch64-unknown-linux-gnu-2.7.6/bin/gem: line 23: exit: e.exit_code: numeric argument required ``` Artturin2022-07-011-2/+7
* | Merge pull request #162808 from mweinelt/schleuder•••schleuder: initMartin Weinelt2022-06-241-0/+14
|\ \
| * | bundler bin stubs: Squelch sudo warning•••@ruby maintainers: please feel free to revert this and let me know, should it cause any problems. Stuff that's in the store shouldn't be writable! So let's disable Bundler's requires_sudo? method, which checks if some files are writable and suggests using sudo if not, entirely. Previously, schleuder-cli would print to stderr when run: Following files may not be writable, so sudo is needed: /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0 /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/bin /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/bin /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/build_info /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/bundler /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/cache /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/doc /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/extensions /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/gems /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/plugins /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/specifications Linus Heckemann2022-06-241-0/+14
| |/
* / gollum: fix shebang in bin/gollum•••In the v5.3.0 release of gollum, the shebang in `bin/gollum` changed, breaking the package build: https://github.com/gollum/gollum/compare/v5.2.3..v5.3.0#diff-0108eafd2bcdf5151e078efec0119e63431569fca19b46660c9b8d9b7cdd6cf5R1 Benno Bielmeier2022-06-171-0/+8
|/
* Merge staging-next into staginggithub-actions[bot]2022-04-141-0/+1
|\
| * rubyPackages: add pandocomatic (#164545)•••* add pandocomatic * upddate ruby-packages and add pandocomaticppenguin2022-04-141-0/+1
* | Merge staging-next into staginggithub-actions[bot]2022-04-041-1/+9
|\|
| * Merge pull request #161494 from viraptor/gems•••gemConfig update for exiv and maxmindMario Rodas2022-04-041-1/+9
| |\
| | * gemConfig update for exiv and maxmind•••Add the build flags for the native extension gems exiv2 and maxminddb. Stanisław Pitucha2022-02-231-1/+9
* | | Merge pull request #164746 from ncfavier/makeWrapper-chdirDoron Behar2022-03-241-1/+1
|\ \ \ | |/ / |/| |
| * | treewide/makeWrapper: replace `--run cd` with `--chdir`•••Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`). Naïm Favier2022-03-191-1/+1
* | | bundler: 2.3.6 -> 2.3.9Ben Siraphob2022-03-211-2/+2
* | | Merge pull request #151773 from applePrincess/fix-ruby-libvirt•••rubyPackages.ruby-libvirt: remove patchMario Rodas2022-03-191-8/+0
|\ \ \ | |/ / |/| |
| * | rubyPackages.ruby-libvirt: remove patchLein Matsumaru2021-12-221-8/+0
* | | wrappedRuby: add test for binaryWrapperSandro Jäckel2022-03-091-2/+14
* | | ruby-modules/bundler-env: Replace makeWrapper with makeBinaryWrapper to make ...Tobias Bergkvist2022-02-221-2/+2
| |/ |/|
* | bundler: 2.2.24 -> 2.3.6FliegendeWurst2022-01-282-5/+3
* | pathDerivation: Copy path•••Otherwise you end up with a derivation that refers to the original path (which is not in the Nix store and not accessible to builders). This caused the derivation paths for the docbookrx package (removed on master) to depend on the location of the nixpkgs source tree. Eelco Dolstra2022-01-241-1/+1
* | rubyPackages.rdiscount: use lib from `pkgs.discount`Vincent Haupert2022-01-192-1/+26
|/
* rubyPackages: updateMario Rodas2021-12-101-0/+1
* gitaly: fix x86_64-darwin buildFinn Behrens2021-12-091-3/+6
* rubyPackages.zookeeper: drop outdated patch•••Without the change build fails as: patch -p0 < patches/zkc-3.4.5-gcc-8.patch 2>&1 patching file zkc-3.4.5/c/src/zookeeper.c Hunk #1 FAILED at 3418. 1 out of 1 hunk FAILED -- saving rejects to file zkc-3.4.5/c/src/zookeeper.c.rej Sergei Trofimovich2021-12-042-17/+0
* asciidoctor: 2.0.15 -> 2.0.16; darwin fixhappysalada2021-11-041-1/+4
* rbenv: 1.1.2 -> 1.2.0R. Ryantm2021-10-291-2/+2
* ruby_2_6, rubyPackages_2_6: drop unused packageSergei Trofimovich2021-10-221-1/+0
* bundlerEnv.wrappedRuby: inherit gemPath and metaMichael Fellinger2021-10-071-0/+1
* Merge pull request #138405 from alyssais/bundlerEnv•••bundlerEnv: fix documentation argumentMario Rodas2021-09-291-1/+1
|\
| * bundlerEnv: fix documentation argument•••This was ignored before. Now that it's passed through, it's possible to do (bundlerEnv { name = "..."; gemdir = ./.; document = [ "ri" ]; }).env and get an environment where ri can be used to read gem documentation. Alyssa Ross2021-09-181-1/+1
* | rubyPackages.ansi: init at 1.5.0 (#138240)Zak B. Elep2021-09-201-0/+1
|/
* Merge master into staging-nextgithub-actions[bot]2021-09-091-7/+0
|\
| * fluentd: remove fluent-plugin-scribeUri Baghin2021-09-081-7/+0
* | Merge branch 'staging-next' into staging•••; Conflicts: ; pkgs/tools/misc/t1utils/default.nix Jan Tojnar2021-08-111-0/+1
|\|
| * rubyPackages: add github-pagesMario Rodas2021-08-091-0/+1
* | Merge branch 'staging-next' into stagingVladimír Čunát2021-08-061-0/+1
|\|
| * snmpcheck: init at 1.9Enno Richter2021-08-011-0/+1
* | Merge pull request #131644 from deviant/bumpndler•••bundler: 2.2.20 -> 2.2.24ajs1242021-08-031-2/+2
|\ \
| * | bundler: 2.2.20 -> 2.2.24V2021-07-271-2/+2
* | | Merge pull request #110703 from zarelit/issue_85989_ignore_bundle_path•••bundlerEnv: ignore bundler configuration fileMario Rodas2021-07-311-0/+1
|\ \ \ | |_|/ |/| |
| * | bundlerEnv: ignore bundler configuration file•••Change will make packaged ruby application ignore the user-wide bundle configuration. Fix #85989 David Costa2021-01-241-0/+1
* | | gem-config: stay with python2Frederik Rietdijk2021-07-271-2/+2
| |/ |/|
* | treewide: convert phases that contain ":" to dont* = true (#130500)Sandro2021-07-181-1/+1
* | various: cleanup of "inherit version;"Felix Buehler2021-07-171-1/+0
* | buildRubyGem: by default use Ruby's platformsMario Rodas2021-07-161-1/+4
* | Merge branch 'master' into masterAlexander Shestakov2021-07-1214-379/+167
|\ \
| * | solargraph: move solargraph to rubyPackagesMario Rodas2021-07-075-332/+1
| * | bundler: 2.1.4 -> 2.2.20Anna Kudriavtsev2021-06-161-2/+2
| * | Merge pull request #123445 from jnetod/zhf-ruby-libvirt•••rubyPackages.ruby-libvirt: fix build with ruby 3.xSandro2021-05-221-0/+8
| |\ \