Stephen Checkoway
cd7476bac9
psych: add libyaml as build input
...
Starting with version 5, psych no longer bundles libyaml
(https://github.com/ruby/psych/releases/tag/v5.0.0 ) and the psych gem
cannot be built.
This adds libyaml as a build input.
2023-01-28 17:38:32 -05:00
superherointj
82d7d64d3a
rubyPackages.libv8: mark broken
2023-01-20 09:23:52 -03:00
figsoda
ec8cb34358
treewide: fix typos
2022-12-17 19:39:44 -05:00
Robert Schütz
1710b52c6e
rubyPackages.libv8: use python3
2022-11-25 20:03:33 -08:00
github-actions[bot]
3834216ec6
Merge master into staging-next
2022-10-17 18:10:17 +00:00
Stanisław Pitucha
aceb5cd69e
rubyPackages.grpc: fix darwin build
2022-10-17 22:44:37 +11:00
Martin Weinelt
5c51f3d548
Merge pull request #195245 from ncfavier/weechat-docs
2022-10-13 23:11:25 +02:00
Vladimír Čunát
81e445e508
rubyPackages.*: satisfy pcre* requirements in GTK stack
...
Some of them want both versions. Suspicious but OK I guess.
2022-10-12 18:33:04 +02:00
Naïm Favier
d26276e725
weechat: re-enable docs
...
The doc build was failing because of an unpatched `/usr/bin/env` shebang
in the `pygments.rb` gem, and weechat uses asciidoctor with the pygments
highlighter. Adding `python3` to `pygments.rb`'s `buildInputs` fixes it.
2022-10-11 11:09:52 +02:00
Vladimír Čunát
6565abc264
Merge branch 'master' into staging-next
2022-10-08 10:20:07 +02:00
Mario Rodas
bff095ca21
Merge pull request #185702 from ilkecan/rubyPackages-set-meta-mainProgram
...
rubyPackages: set meta.mainProgram
2022-10-06 22:14:04 -05:00
Artturin
0734f54ef2
treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
...
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Mario Rodas
7cd86e7b9a
Merge pull request #190859 from viraptor/sqlite-simplify
...
rubyPackages.sqlite3: simplify build flags
2022-09-13 00:36:36 -05:00
Stanisław Pitucha
5f4bfbbe11
rubyPackages.sqlite3: simplify build flags
2022-09-12 09:29:31 +10:00
github-actions[bot]
6ec60fd222
Merge master into staging-next
2022-09-11 18:01:19 +00:00
Stanisław Pitucha
3e2341b082
rubyPackages.sqlite3: fix building for >= 1.5.0
2022-09-11 16:27:02 +02:00
Vladimír Čunát
a3d7dfe8a3
Merge branch 'master' into staging-next
2022-09-11 08:43:51 +02:00
Stanisław Pitucha
099df1f9ac
v8: fix darwin build
2022-09-10 23:52:16 +10:00
ajs124
03d1fd84d5
gemConfig/openssl: pin to openssl_1_1
2022-08-17 20:16:24 +02:00
ilkecan
7a75ad1e19
rubyPackages: set meta.mainProgram
2022-08-08 20:09:36 +00:00
Andrew Marshall
ffd3da44f3
defaultGemConfig.grpc: Fix build on v1.48.0+
...
Upstream commit 0a5d9828c1f6b32e8462a00029b1ba2a720c867b changed how the
extension build script detects an Apple toolchain; adjust accordingly by
forcing it to be false. Keep both fixes so this is more compatible.
2022-07-19 19:32:19 -04:00
Benno Bielmeier
d0af7c06ac
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
2022-06-17 14:26:38 +02:00
Mario Rodas
0af35df7b8
Merge pull request #161494 from viraptor/gems
...
gemConfig update for exiv and maxmind
2022-04-04 06:44:24 -05:00
Mario Rodas
b1bfde2d32
Merge pull request #151773 from applePrincess/fix-ruby-libvirt
...
rubyPackages.ruby-libvirt: remove patch
2022-03-19 12:01:50 -05:00
Stanisław Pitucha
6d84e80741
gemConfig update for exiv and maxmind
...
Add the build flags for the native extension gems exiv2 and maxminddb.
2022-02-23 21:17:31 +11:00
Vincent Haupert
c859908cd6
rubyPackages.rdiscount: use lib from pkgs.discount
2022-01-19 14:06:28 +01:00
Lein Matsumaru
11d686de12
rubyPackages.ruby-libvirt: remove patch
2021-12-22 15:23:58 +00:00
Finn Behrens
3f8e12cc87
gitaly: fix x86_64-darwin build
2021-12-09 19:57:32 +01:00
Sergei Trofimovich
05d223f53e
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
2021-12-04 10:59:46 +00:00
happysalada
58776b8914
asciidoctor: 2.0.15 -> 2.0.16; darwin fix
2021-11-04 17:13:05 +09:00
Uri Baghin
36a77bbe7e
fluentd: remove fluent-plugin-scribe
2021-09-08 17:10:19 +10:00
Frederik Rietdijk
9b2b860bbc
gem-config: stay with python2
2021-07-27 20:37:05 +02:00
Alexander Shestakov
cf36424009
Merge branch 'master' into master
2021-07-12 12:50:28 +03:00
Sandro
91f69cd0ad
Merge pull request #123445 from jnetod/zhf-ruby-libvirt
...
rubyPackages.ruby-libvirt: fix build with ruby 3.x
2021-05-22 20:13:48 +02:00
Mario Rodas
b9c3590ee2
rubyPackages: update
2021-05-21 04:20:00 +00:00
J. Neto
0d6b6931b7
rubyPackages.ruby-libvirt: fix build with ruby 3.x
2021-05-19 20:43:29 -03:00
midchildan
62806df678
mikutter: 4.0.0 -> 4.1.4 ( #119454 )
2021-04-17 19:17:13 +02:00
ajs124
692e6c9cf5
Revert "Merge pull request #117702 from edude03/patch-4"
...
This reverts commit bc5c0c559f
, reversing
changes made to 44dac5f5c6
.
2021-04-15 20:39:02 +02:00
Ryan Mulligan
bc5c0c559f
Merge pull request #117702 from edude03/patch-4
...
gems: Added mime info path for mimemagic
2021-04-15 11:01:57 -07:00
github-actions[bot]
8d1d992273
Merge master into staging-next
2021-04-08 00:17:24 +00:00
talyz
9b30cda2f6
gitlab: 13.9.4 -> 13.10.2
2021-04-07 23:23:24 +02:00
Jan Tojnar
c04a14edd6
Merge branch 'master' into staging-next
2021-04-06 16:01:14 +02:00
Sandro Jäckel
dcb501f993
kerberos: deprecate alias
2021-04-04 03:18:56 +02:00
github-actions[bot]
74200a7126
Merge master into staging-next
2021-04-03 00:14:57 +00:00
Steve Purcell
dde94e3d83
defaultGemConfig.pg_query: 2.0.1 -> 2.0.2
...
pg_query 2.0.2 apparently has working ARM support.
This change also re-locks sqlint to use the newer version, and
generalises the platform spec to avoid being unnecessarily
restrictive.
As before, other packages which refer to pg_query are unaffected,
because they pin an older version of pg_query which is handled
separately in the gem-config expressions.
Follow-up to #116785
2021-04-02 21:02:54 +13:00
github-actions[bot]
b719e2423f
Merge staging-next into staging
2021-04-02 06:05:30 +00:00
Steve Purcell
b092bdccfa
sqlint: 0.1.10 -> 0.2.0
...
- Updates libpg_query to 2.0.0 in gem config, used by pg_query gem 2.0.1
- Continue to support older gem with older libpg_query, for gitlab
- Remove redundant gem config override in sqlint expression
- Add myself as a maintainer
2021-04-02 00:28:17 -04:00
James Kay
b81f7f91fa
gem-config.mathematical: add lasem to rpath
...
Co-authored-by: Dylan Baker <dylan@pnwbakers.com>
2021-03-31 14:06:45 -07:00
Michael Francis
cba7c22f61
Update pkgs/development/ruby-modules/gem-config/default.nix
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-27 04:51:32 +08:00
Michael Francis
0c79724680
remove whitespace
2021-03-26 10:58:35 -04:00