| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #90258 from Shopify/epk/bump-solargraph•••solargraph: 0.38.6 -> 0.39.8 | Lassulus | 2020-08-22 | 2 | -30/+52 |
| |\ |
|
| | * | solargraph: 0.38.6 -> 0.39.8 | Aditya Sharma | 2020-06-13 | 2 | -30/+52 |
| * | | defaultGemConfig.mathematical: fix cross compilation | Joe Hermaszewski | 2020-07-10 | 1 | -4/+11 |
| |/ |
|
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 2 | -2/+2 |
| * | set GEM_HOME via Gem.paths | Michael Fellinger | 2020-04-06 | 1 | -1/+3 |
| * | update versions in Gemfile.lock | Michael Fellinger | 2020-04-06 | 1 | -1/+1 |
| * | bundler: 1.17.3 -> 2.1.4 | Michael Fellinger | 2020-04-03 | 4 | -5/+5 |
| * | solargraph: 0.38.0 -> 0.38.6 | Douglas Soares de Andrade | 2020-03-27 | 2 | -29/+80 |
| * | Revert "defaultGemConfig: remove asciidoctor-diagram JARs" (#81737)•••This reverts commit 1ac11cc1c1858af1cef725d68cacf7102366e588.
asciidoctor-diagram starts Java processes, so the JARs are necessary
on all platforms.
See https://github.com/NixOS/nixpkgs/pull/77149#issuecomment-594576339. | zimbatm | 2020-03-04 | 1 | -9/+0 |
| * | Merge pull request #81664 from jtojnar/vips-cleanup•••vips: general clean-ups | Jan Tojnar | 2020-03-04 | 1 | -1/+1 |
| |\ |
|
| | * | vips: split into multiple outputs | Jan Tojnar | 2020-03-04 | 1 | -1/+1 |
| * | | bundlerEnv: Add option to copy gem files instead of symlinking•••The way ruby loads gems and keeps track of their paths seems to not
always work very well when the gems are accessed through
symlinks. Ruby will then complain that the same files are loaded
multiple times; it relies on the file's full path to determine whether
the file is loaded or not.
This adds an option to simply copy all gem files into the environment
instead, which gets rid of this issue, but may instead result in major
file duplication.
| talyz | 2020-03-03 | 2 | -19/+48 |
| |/ |
|
| * | rubyWithPackages.libv8: fix compilation | Michael Fellinger | 2020-02-18 | 1 | -0/+6 |
| * | ruby_2_4: remove•••According to https://endoflife.software/programming-languages/server-side-scripting/ruby
ruby 2.4 will go end-of-life in march, where the new release of nixpkgs
will be cut. We won't be able to support it for security updates.
Remove all references to ruby_2_4 and add ruby_2_7 instead where
missing.
Mark packages that depend on ruby 2.4 as broken:
* chefdk
* sonic-pi
| zimbatm | 2020-02-10 | 1 | -1/+0 |
| * | defaultGemConfig: remove asciidoctor-diagram JARs•••(Except on JRuby, where these are presumably important.)
| Alyssa Ross | 2020-01-09 | 1 | -0/+9 |
| * | defaultGemConfig: reduce mathematical closure size•••ext/ isn't needed once the extensions have been built, contains
references to a bunch of huge dependencies, and contains megabytes of
tests.
| Alyssa Ross | 2020-01-09 | 1 | -0/+8 |
| * | buildRubyGem: remove more bloat files | Alyssa Ross | 2020-01-09 | 1 | -2/+5 |
| * | buildRubyGem: strip by default•••I'm not sure why this was disabled, but it looks like a pretty
harmless way to bring down closure size and remove references to
compilers and stuff.
| Alyssa Ross | 2020-01-09 | 1 | -1/+1 |
| * | Merge master into staging-next | Frederik Rietdijk | 2020-01-02 | 1 | -0/+1 |
| |\ |
|
| | * | ruby_2_7.withPackages: test | zimbatm | 2020-01-01 | 1 | -0/+1 |
| * | | Merge gcc-9 into staging (#68029) | Frederik Rietdijk | 2019-12-30 | 1 | -0/+1 |
| |\ \ |
|
| | * \ | Merge remote-tracking branch 'origin/master' into gcc-9 | Franz Pletz | 2019-12-26 | 5 | -34/+30 |
| | |\ \ |
|
| | * | | | rubyPackages.grpc: fix build with gcc9 | Franz Pletz | 2019-11-05 | 1 | -0/+1 |
| * | | | | treewide: replace make/build/configure/patchFlags with nix lists | Merijn Broeren | 2019-12-30 | 1 | -12/+11 |
| | |_|/
|/| | |
|
| * | | | bundlerEnv: fix for Ruby 2.7•••Setting a Bundler version with GEM_PATH doesn't seem to work in Ruby
2.7, so we need to use the LOAD_PATH instead. Without this,
bundlerEnv environments will always use the version of Bundler that
comes with Ruby, which won't necessarily work because it isn't the
version that was used to generate the bundle.
For example, building ronn with Ruby 2.7 without this change results
in a broken executable, but it works (when built with all packaged
Ruby versions) after this change. | Alyssa Ross | 2019-12-26 | 2 | -3/+3 |
| | |/
|/| |
|
| * | | ruby-modules: parse build_flags correctly:•••In building a gem whose native extension is a Rakefile, the previous
version of this code will call essentially `rake ""`, when it means to
call `rake`.
This change converts `""` into `[]` rather than `[""]`.
| Burke Libbey | 2019-12-17 | 1 | -2/+3 |
| * | | defaultGemConfig: change 'infocmp' reference from 'ncurses.dev' to 'ncurses' ... | buckley310 | 2019-12-10 | 1 | -1/+1 |
| * | | Merge master into staging-next | Frederik Rietdijk | 2019-11-30 | 2 | -24/+24 |
| |\ \ |
|
| | * | | solargraph: 0.37.2 -> 0.38.0 (#74362) | Americo | 2019-11-28 | 2 | -24/+24 |
| * | | | treewide: Stop using Qt 5.9 | adisbladis | 2019-11-18 | 1 | -6/+1 |
| |/ / |
|
| * | | Merge staging-next into staging | Frederik Rietdijk | 2019-11-05 | 1 | -0/+2 |
| |\| |
|
| | * | ruby.withPackages: preserve setup hooks (#72743)•••This fixes
nix-shell -p 'ruby.withPackages (const [])' ruby.devdoc
which otherwise wouldn't find documentation, unlike
nix-shell -p ruby ruby.devdoc
which would, because ruby has setup hooks to accomodate for this, that
were being masked by the withPackages wrapper. | Alyssa Ross | 2019-11-03 | 1 | -0/+2 |
| * | | Merge pull request #72347 from NixOS/bash-no-undef-vars•••treewide: `set -u` everywhere | John Ericson | 2019-11-04 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | treewide: Make still dont* Variables are optional in most cases•••Go beyond the obvious setup hooks now, with a bit of sed, with a skipped case:
- cc-wrapper's `dontlink`, because it already is handled.
Also, in nix files escaping was manually added.
EMP
| John Ericson | 2019-11-01 | 1 | -1/+1 |
| * | | rubyPackages: remove global v8 pinning•••Removes global pinning of v8 to 3.16.14 and also removes the
unreferenced package 'therubyracer'.
| WilliButz | 2019-11-01 | 2 | -12/+1 |
| |/ |
|
| * | solargraph: 0.35.2 -> 0.37.2 | Americo | 2019-10-27 | 2 | -35/+24 |
| * | bundler: 1.17.2 -> 1.17.3•••Extracted from https://github.com/NixOS/nixpkgs/pull/70216.
| talyz | 2019-10-02 | 1 | -2/+2 |
| * | Re-Revert "Merge branch 'staging-next'"•••This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
| Vladimír Čunát | 2019-09-22 | 1 | -3/+3 |
| * | Revert "Merge branch 'staging-next'"•••This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing
changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1.
Let's delay this. We have some serious regressions.
| Vladimír Čunát | 2019-09-21 | 1 | -3/+3 |
| * | Merge branch 'master' into staging-next | Vladimír Čunát | 2019-09-15 | 3 | -3/+23 |
| |\ |
|
| | * | jazzy: 0.10.0 -> 0.11.0 (#68766)•••* gem-config: fix sassc on darwin
By default the sassc gem compiles with LTO, but LTO is currently broken
on darwin.
* jazzy: 0.10.0 -> 0.11.0
| Lily Ballard | 2019-09-14 | 1 | -1/+4 |
| | * | gem-config: fix zookeeper for gcc-8 (#68642) | Michael Fellinger | 2019-09-13 | 2 | -1/+18 |
| | * | bundlerApp: avoid unecessary rebuilds when gemdir changes•••Because the gemdir was referenced on the derivation, it would cause the
whole gemdir to get added to the store, which would in turn force the
derivation to be rebuilt whenever unrelated folder files would change.
| zimbatm | 2019-09-13 | 1 | -1/+1 |
| * | | Merge branch 'staging-next' into staging | Jan Tojnar | 2019-09-12 | 2 | -27/+1 |
| |\| |
|
| | * | sup: remove (#68416)•••sup: remove | Jan Tojnar | 2019-09-10 | 2 | -27/+0 |
| | |\ |
|
| | | * | sup: remove | Michael Fellinger | 2019-09-10 | 2 | -27/+0 |
| | * | | gem-config: fix gpgme | Michael Fellinger | 2019-09-10 | 1 | -0/+1 |
| | |/ |
|
| * / | treewide: replace mysql.connector-c to libmysqlclient | Izorkin | 2019-09-09 | 1 | -3/+3 |
| |/ |
|
| * | treewide: remove redundant quotes | volth | 2019-09-08 | 2 | -5/+5 |
| * | Merge remote-tracking branch 'upstream/gcc-8' into staging-next•••Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| Frederik Rietdijk | 2019-09-08 | 1 | -1/+14 |
| |\ |
|