summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
Commit message (Collapse)AuthorAge
* 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
|
* gemconfig: add curbNick Novitski2017-09-20
|
* treewide: Use `*Platform.extensions`John Ericson2017-09-13
|
* gitlab: 9.4.5 -> 9.5.2Franz Pletz2017-09-03
|
* Merge remote-tracking branch 'upstream/master' into HEADRobin Gloster2017-09-02
|\
| * bundler: 1.15.3 -> 1.15.4Peter Hoeg2017-08-30
| |
| * gnupg: 2.1.22 -> 2.1.23Lancelot SIX2017-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | This release in a RC for gnupg-2.2. The main difference as far as nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and `gpgv2` is called `gpgv`. This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs, but there might be some packaged software that internally use `gpg2` not handeled by this commit. See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html for full release information
| * pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | | | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
| * bundler: 1.15.1 -> 1.15.3Peter Hoeg2017-07-30
| |
| * fix evaluationRobin Gloster2017-07-30
| | | | | | | | cc @nyarly
| * Merge pull request #25980 from nyarly/bundlerenv_usecasesCharles Strahan2017-07-28
| |\ | | | | | | BundlerEnv, now with groups and paths
| | * Small changes in response to review.Judson2017-07-02
| | |
| | * Using pname and fetching versionsJudson2017-06-27
| | |
| | * A few cleanups and renames. One feature remains...Judson2017-06-27
| | |
| | * Fixing an overload of "pname"Judson2017-06-25
| | |
| | * Not quite done - something fishy about the name attrJudson2017-06-10
| | |
| | * Adding Corundum as demo of rubyToolJudson2017-06-10
| | |
| | * Docs and extras on tool/Judson2017-06-10
| | |
| | * Made gemdir handling into a common functionJudson2017-06-09
| | |
| | * Merge branch 'bundlerenv_usecases' of github.com:nyarly/nixpkgs into ↵Judson2017-05-31
| | |\ | | | | | | | | | | | | bundlerenv_usecases
| | | * fix missing variable in bundler-envzimbatm2017-05-29
| | | |
| | * | Starting to add tool builder. Extracting bundler file computation.Judson2017-05-31
| | |/
| | * Cleaning out obsolete filesJudson2017-05-27
| | |
| | * Restructuring filesJudson2017-05-27
| | |
| | * Final testingJudson2017-05-15
| | |
| | * Fixed platform test.Judson2017-05-12
| | |
| | * Fixed platform filtering.Judson2017-05-12
| | |
| | * Current round of tests pass, but filter function is failing to include when ↵Judson2017-05-10
| | | | | | | | | | | | platform match in use.
| | * Current round of tests pass, but filter function is failing to include when ↵Judson2017-05-09
| | | | | | | | | | | | groups match in use.
| | * Basically working. Checking against actual use cases.Judson2017-05-03
| | |
| | * Test harnessesJudson2017-05-01
| | |
| | * Merge remote-tracking branch 'nixos/master' into bundlerenv_usecasesJudson2017-04-30
| | |\
| | * | Starting decomposition of bundlerEnvJudson2017-04-24
| | | |
| | * | Merge remote-tracking branch 'nixos/master'Judson2017-04-09
| | |\ \
| | * | | Adding "allBins" flag on bundlerEnvJudson2017-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bin stubs need to be built where there's access to /nix/store - so it can't happen in a nix-shell run. Ergo, a shell.nix needs to be able to signal to the build that all bins need to be built.
| | * | | Simplifying interface on gemset.nix slightly.Judson2017-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `usesGemspec` no longer required to trigger the "copy everything into gemfile-and-lock" behavior. If the mainGem is referred to by path, that's sufficient.
| | * | | Need to handle "null" mainGemsJudson2017-02-19
| | | | | | | | | | | | | | | | | | | | Not every gem package uses pname, nor should it.
| | * | | Merge remote-tracking branch 'nixos/master'Judson2017-02-19
| | |\ \ \
| | * | | | Updates to bundlerEnvJudson2017-02-19
| | | | | |
| * | | | | bundix: use same ruby as bundlerAlastair Pharo2017-07-19
| | | | | |
| * | | | | bundix: 2.2.0 -> 2.3.1Michael Fellinger2017-07-06
| | | | | |
* | | | | | bundler: 1.15.3 -> 1.14.6Robin Gloster2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | bundler 1.15 breaks gitlab
* | | | | | gitlab: 9.3.4 -> 9.4.3roblabla2017-08-06
| | | | | |
* | | | | | gitlab: 8.17.6 -> 9.3.4roblabla2017-07-06
|/ / / / /
* | | | | bundix: 2.2.0 -> 2.2.1 (#26894)Robert2017-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes `fetchurl-force.nix` not being installed, which breaks bundix for some gems. E.g. ``` $ nix-build --argstr url https://rubygems.org/gems/nio4r-2.1.0.gem /nix/store/y6959dxal86l3alc0ryf7752prbbkzxg-bundix-2.2.0/lib/ruby/gems/2.3.0/gems/bundix-2.2.0/lib/bundix/fetchurl-force.nix error: getting status of ‘/nix/store/y6959dxal86l3alc0ryf7752prbbkzxg-bundix-2.2.0/lib/ruby/gems/2.3.0/gems/bundix-2.2.0/lib/bundix/fetchurl-force.nix’: No such file or directory ```
* | | | | bundler: 1.15.0 -> 1.15.1Peter Hoeg2017-06-21
| | | | |
* | | | | bundix: 2.1.0 -> 2.2.0Jörg Thalheim2017-06-09
| | | | |
* | | | | bundler: 1.14.6 -> 1.15.0Peter Hoeg2017-05-31
| | | | |
* | | | | mikutter: init at 3.5.7midchildan2017-05-21
| | | | | | | | | | | | | | | | | | | | fixes #25852