summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
Commit message (Collapse)AuthorAge
* solargraph: 0.23.6 -> 0.25.1worldofpeace2018-08-26
|
* msgpack: rename from libmsgpackOrivej Desh2018-08-18
| | | | | The project does not use the name "libmsgpack". It variously uses "msgpack" and "msgpack-c", and "msgpackc" for the name of the library.
* Merge pull request #44098 from alyssais/capybara-webkitJörg Thalheim2018-08-16
|\ | | | | gem-config: fix capybara-webkit on Darwin
| * gem-config: fix capybara-webkit on DarwinAlyssa Ross2018-07-25
| |
* | gem-config: add curses (#45068)Alyssa Ross2018-08-15
| |
* | solargraph: 0.23.3 -> 0.23.6 (#44480)worldofpeace2018-08-05
| |
* | bundler: 1.16.2 -> 1.16.3Alyssa Ross2018-08-03
| |
* | gem-config: add libxml2-ruby (#44099)Alyssa Ross2018-07-26
| |
* | gem-config: add zookeeper (#44100)Alyssa Ross2018-07-26
|/
* Merge branch 'master' into unused5Jörg Thalheim2018-07-21
|\
| * [bot] treewide: remove unused 'args@' in lambdasvolth2018-07-20
| |
* | undo: try for zero rebuild on ofborgvolth2018-07-21
| |
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* [bot]: remove unreferenced codevolth2018-07-20
|
* solargraph: 0.22.0 -> 0.23.3worldofpeace2018-07-09
|
* bundler: 1.16.1 -> 1.16.2Alyssa Ross2018-07-02
|
* Adding config for the tiny_tds gem (#42406)Judson Lester2018-06-27
|
* gem-config: add fog-dnsimple, redis-rack, ffi-rzmq-core, mini_magick (#42055)Michael Fellinger2018-06-15
|
* solargraph: 0.21.1 -> 0.22.0 (#41743)worldofpeace2018-06-09
|
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-05-26
|\
| * solargraph: init at 0.21.1 (#41089)worldofpeace2018-05-26
| |
* | Merge branch 'master' into stagingJan Malakhovski2018-05-26
|\| | | | | | | | | | | Fixed conflicts: - lib/systems/for-meta.nix: in favor of staging - pkgs/os-specific/darwin/xcode/default.nix: in favor of master
| * oxidized: init at 0.21.0WilliButz2018-05-24
| |
* | Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
|\ \ | |/ |/|
| * bundler: 1.14.6 -> 1.16.1Benjamin Smith2018-04-27
| |
* | gem-config.grpc: disable format hardeningRobin Gloster2018-04-26
|/
* gem-config: include do_sqlite3makefu2018-04-21
|
* ruby-modules: Import gemset if it's a path OR a string. (#38959)Raitis Veinbahs2018-04-15
| | | | | | This fixes the bug introduced by 8686b98612dc which broke bundlerEnv exprs when gemdir was a string (thus making gemset a string by `gemset = gemdir + "/gemset.nix"`) which made it being treated as a set.
* ruby bundlerApp: Allow passing gemConfig through to bundlerEnvJoe Hermaszewski2018-04-09
|
* treewide: s/xlibs/xorg/g (#36889)volth2018-03-13
|
* Revert "bundler: 1.14.6 -> 1.16.1"Jörg Thalheim2018-03-12
| | | | | | This reverts commit 0aa95d73bd213211258c6431914cd1c289f69cfd. revert because of gitlab
* Merge pull request #36409 from Mic92/bundlerJörg Thalheim2018-03-12
|\ | | | | bundler: 1.14.6 -> 1.16.1
| * bundler: 1.14.6 -> 1.16.1Jörg Thalheim2018-03-07
| |
* | rugged: fix buildRobin Gloster2018-03-10
|/
* buildRubyGem: Make testing easierAneesh Agrawal2018-03-03
| | | | | | | Don't default `doCheck` to false, and use the default set of phases so the phases list does not need to be overriden in order to add checkPhase or installCheckPhase.
* rubygems.grpc: fix with gcc7Robin Gloster2018-03-01
|
* Support darwinMichael Fellinger2018-02-20
|
* gem-config: add ethonMichael Fellinger2018-02-19
| | | The Ethon gem uses libcurl.so at runtime via FFI, so we need to specify the correct location.
* ruby-modules: Add new url `source` typeAneesh Agrawal2018-01-04
| | | | | | | | | | This just defers to `fetchurl` for fetching. Additionally, update the `nix-bundle-install.rb` script to handle gems installed from a path, i.e. those with a `url` source. Some parts of that script have been disabled in the `path` case that likely shouldn't be, but cause errors and aren't necessary to get `vagrant` to work.
* ruby treewide: don't merge source into top-levelAneesh Agrawal2018-01-04
| | | | | | | | | | | Keep the `source` attrset distinct to prevent its entries from merging with the top level attrs. Since each type of source has a different set of entries for `source`, this is the easiest way to keep them together. This will pave the way for a new `url` type of source. This is a mass-rebuild of many ruby packages, notably those using `git` type sources.
* ruby-modules: Allow overriding gemsetAneesh Agrawal2018-01-04
| | | | | | This allows patching the gemset output by bundix from a default.nix file, making it easier to perform updates since the bundix update no longer has to be manually updated.
* bundler-env: Remove unused argsAneesh Agrawal2018-01-04
|
* Merge #32626: atk: clean upVladimír Čunát2017-12-29
|\
| * ruby-modules gio2: re-add gobjectIntrospection dependencyJan Tojnar2017-12-22
| | | | | | | | Previously, it was accidentaly propagated by atk.
* | mariadb: lib -> connector-cRobin Gloster2017-12-29
|/
* bundlerEnv: support unicode executables (#31145)Michael Fellinger2017-11-03
|
* mikutter: 3.5.7 -> 3.5.13midchildan2017-11-01
|
* Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\
| * Revert "postgresql: Add dev output"Robin Gloster2017-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firstly this creates a cycle in 9.6 .out <-> .dev after fixing the PGXS path. Secondly this breaks extension handling and the pg_config as it resolves a lot of paths relatively resulting in the following bogus output: BINDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/bin DOCDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc HTMLDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc INCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include PKGINCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include INCLUDEDIR-SERVER = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include/server LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib LOCALEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/locale MANDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/man SHAREDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share SYSCONFDIR = /etc/postgresql PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc' CC = gcc CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2 CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 CFLAGS_SL = -fPIC LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags LDFLAGS_EX = LDFLAGS_SL = LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm VERSION = PostgreSQL 9.5.9 This can probably only be properly fixed by rewriting pg_config in large parts as it does not in any way respect splitting the postgres tree and assumes it can simply resolve paths relative to its location. This does not even handle symlinks: $ result-dev/bin/pg_config BINDIR = /home/robin/dev/nixpkgs-upstream/result-dev/bin DOCDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc HTMLDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc INCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include PKGINCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include INCLUDEDIR-SERVER = /home/robin/dev/nixpkgs-upstream/result-dev/include/server LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib LOCALEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/locale MANDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/man SHAREDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share SYSCONFDIR = /etc/postgresql PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc' CC = gcc CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2 CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2 CFLAGS_SL = -fPIC LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags LDFLAGS_EX = LDFLAGS_SL = LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm VERSION = PostgreSQL 9.5.9 cc @edolstra Revert "bacula: fix after postgresql output splitting" This reverts commit 13c9cbacdded00558084fda7037ca80849208e99. Revert "postgresql: fix pgxs dir in pg_config" This reverts commit 21998d597bd257c1a769e2be4b7a52b5b7e482a6. Revert "rubyGems.pg: fix postgresql path" This reverts commit e253ae7d3a4ab992d2432c87514e3333a3cf744d. Revert "kea: fix path to pg_config" This reverts commit 086c636eb7f894a55f752b6164dac4a87d8bcee9. Revert "php: fix build wrt. new postgres.dev build output" This reverts commit 2f23a83920107678ca1792a11d19e1cb37df3ace. Revert "gdal: fix path to pg_config" This reverts commit 032c50d45b3fd1ebb4af592b83e776ed7004b4c0. Revert "postgresql: Add dev output" This reverts commit b0280f598e4b3f6ebf33ad2115734e4735df443a.
| * rubyGems.pg: fix postgresql pathRobin Gloster2017-09-27
| |