aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: postgresql: Build with openssl support.release_30Christopher Baines2019-02-24
| | | | | * gnu/packages/databases.scm (postgresql)[arguments]: Add --with-openssl to [inputs]: Add openssl.
* gnu: Add terraform-provider-local.Christopher Baines2019-02-24
| | | | * gnu/packages/terraform.scm (terraform-provider-local): New variable.
* gnu: Add terraform-provider-aws.Christopher Baines2019-02-24
| | | | * gnu/packages/terraform.scm (terraform-provider-aws): New variable.
* gnu: Add terraform-provider-template.Christopher Baines2019-02-24
| | | | * gnu/packages/terraform.scm (terraform-provider-template): New variable.
* gnu: Add terraform-provider-libvirt.Christopher Baines2019-02-24
| | | | * gnu/packages/terraform.scm (terraform-provider-libvirt): New variable.
* gnu: Add terraform.Christopher Baines2019-02-24
| | | | | * gnu/packages/terraform.scm (New file). * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add rabbitmq.Christopher Baines2019-02-24
| | | | | * gnu/packages/rabbitmq.scm: New file. * gnu/local.mk: Add gnu/packages/rabbitmq.scm.
* gnu: Add elasticsearch.Christopher Baines2019-02-24
| | | | | * gnu/packages/databases.scm (elasticsearch-1.7.2, elasticsearch): New variables.
* gnu: Add ruby-rerun.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-rerun): New variable.
* gnu: Add ruby-autoprefixer-rails.Christopher Baines2019-02-24
| | | | * gnu/packages/rails.scm (ruby-autoprefixer-rails): New variable.
* gnu: Add ruby-rspec-rails.Christopher Baines2019-02-24
| | | | | | * gnu/packages/ruby.scm (ruby-rspec-support): Export this variable, so that it's accessible from the (gnu packages rails) module. * gnu/packages/rails.scm (ruby-rspec-rails): New variable.
* gnu: ruby: Update some RSpec packages.Christopher Baines2019-02-24
| | | | | | | | * gnu/packages/ruby.scm (ruby-rspec-support): Update to 3.8.0. (ruby-rspec-core): Update to 3.8.0. (ruby-rspec-expectations): Update to 3.8.2. (ruby-rspec-mocks): Update to 3.8.0. (ruby-rspec): Update to 3.8.0.
* gnu: Add ruby-execjs.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-execjs): New variable.
* gnu: Add ruby-web-console.Christopher Baines2019-02-24
| | | | * gnu/packages/rails.scm (ruby-web-console): New variable.
* gnu: Add ruby-bindex.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-bindex): New variable.
* gnu: ruby-listen: Enable running the tests.Christopher Baines2019-02-24
| | | | | | | | | | | * gnu/packages/ruby.scm (ruby-listen)[source]: Switch to the Git repository, as this includes the tests. [arguments]: Set #:test-target and tweak the Rakefile to avoid requiring Rubocop unnecessarily. [native-inputs]: Add bundler and ruby-rspec for running the test suite. [inputs]: Add ruby-thor, as this is used for bin/listen. [propagated-inputs]: Add ruby-dep, as this is listed as a runtime dependency in the gemspec.
* gnu: Remove ruby-listen-3.0.Christopher Baines2019-02-24
| | | | | | | This was used by ruby-jekyll-watch, but that's now been upgraded and now uses the ruby-listen package. * gnu/packages/ruby.scm (ruby-listen-3.0): Remove this variable.
* gnu: ruby-jekyll-watch: Update to 2.1.2.Christopher Baines2019-02-24
| | | | | * gnu/packages/ruby.scm (ruby-jekyll-watch): Update to 2.1.2. [propagated-inputs]: Change to use ruby-listen, rather than ruby-listen-3.0.
* gnu: Add ruby-dep.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-dep): New variable.
* gnu: Add ruby-sass-rails.Christopher Baines2019-02-24
| | | | * gnu/packages/rails.scm (ruby-sass-rails): New variable.
* gnu: Add ruby-tilt.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-tilt): New variable.
* gnu: Add ruby-haml.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-haml): New variable.
* gnu: Add ruby-temple.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-temple): New variable.
* gnu: Add ruby-markaby.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-markaby): New variable.
* gnu: Add ruby-sassc.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-sassc): New variable.
* gnu: sassc: Update and improve the package.Christopher Baines2019-02-24
| | | | | | | | | | Now that libsass is packaged, change the sassc package to build a dynamically linked binary. Also update the version, and change the source to the Git repository, rather than the archives from GitHub. * gnu/packages/web.scm (sassc): Update to 3.5.0. [source]: Change to the Git repository. [arguments]: Tweak to link against libsass.
* gnu: Add libsass.Christopher Baines2019-02-24
| | | | * gnu/packages/web.scm (libsass): New variable.
* gnu: Add ruby-minitest-around.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-minitest-around): New variable.
* gnu: Add ruby-test-construct.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-test-construct): New variable.
* gnu: Add ruby-omniauth-oauth2.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-omniauth-oauth2): New variable.
* gnu: Add ruby-with-advisory-lock.Christopher Baines2019-02-24
| | | | * gnu/packages/rails.scm (ruby-with-advisory-lock): New variable.
* gnu: Add ruby-warden-oauth2.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-warden-oauth2): New variable.
* gnu: Add ruby-warden.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-warden): New variable.
* gnu: Add ruby-omniauth.Christopher Baines2019-02-24
| | | | * gnu/packags/ruby.scm (ruby-omniauth): New variable.
* gnu: Add ruby-oauth2.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-oauth2): New variable.
* gnu: Add ruby-multi-xml.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-multi-xml): New variable.
* gnu: Add ruby-jwt.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-jwt): New variable.
* gnu: Add ruby-rbnacl.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-rbnacl): New variable.
* gnu: Add ruby-que.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-que): New variable.
* gnu: Add ruby-terraform.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-terraform): New variable.
* gnu: Add ruby-lino.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-lino): New variable.
* gnu: Add ruby-hamster.Christopher Baines2019-02-24
| | | | * gnu/packages/ruby.scm (ruby-hamster): New variable.
* gnu: Add ruby-open4.Christopher Baines2019-02-24
| | | | | | Also add a copyright line, as I've obviously neglected to do that in the past. * gnu/packages/ruby.scm (ruby-open4): New variable.
* gnu: perl-net-idn-encode: Update to 2.500.Tobias Geerinckx-Rice2019-02-24
| | | | | * gnu/packages/perl.scm (perl-net-idn-encode): Update to 2.500. Re-indent.
* gnu: qd: Update to 2.3.22.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/multiprecision.scm (qd): Update to 2.3.22.
* gnu: 0xffff: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-24
| | | | | * gnu/packages/flashing-tools.scm (0xffff)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: 0xffff: Update to 0.8.Tobias Geerinckx-Rice2019-02-24
| | | | | * gnu/packages/flashing-tools.scm (0xffff): Update to 0.8. [arguments]: Build man page reproducibly.
* gnu: Add libtommath.Efraim Flashner2019-02-24
| | | | | | * gnu/packages/multiprecision.scm (libtommath): New variable. * gnu/packages/patches/libtommath.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: linux-libre: Update to 4.20.12.Mark H Weaver2019-02-23
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.12. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.25.Mark H Weaver2019-02-23
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.25. (%linux-libre-4.19-hash): Update hash.