| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/databases.scm (postgresql)[arguments]: Add --with-openssl to
[inputs]: Add openssl.
|
|
|
|
| |
* gnu/packages/terraform.scm (terraform-provider-local): New variable.
|
|
|
|
| |
* gnu/packages/terraform.scm (terraform-provider-aws): New variable.
|
|
|
|
| |
* gnu/packages/terraform.scm (terraform-provider-template): New variable.
|
|
|
|
| |
* gnu/packages/terraform.scm (terraform-provider-libvirt): New variable.
|
|
|
|
|
| |
* gnu/packages/terraform.scm (New file).
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
|
|
| |
* gnu/services/message-broker.scm: New file.
* gnu/services/message-broker.scm: New file.
* gnu/local.mk: Add entries for new files.
|
|
|
|
|
| |
* gnu/packages/rabbitmq.scm: New file.
* gnu/local.mk: Add gnu/packages/rabbitmq.scm.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a port of the functionality in the Guix environment command to the
guix system container command.
This requires additional changes to the operating-system definitions used, in
particular, networking related services may need removing if the host network
is shared.
* guix/scripts/system.scm (system-derivation-for-action): Add
#:container-shared-network? argument.
(perform-action): Add #:container-shared-network? argument.
(show-help): Add "-N, --network" help information.
(%options): Add network option.
(process-action): Call perform-action with #:container-shared-network?.
* gnu/system/linux-container.scm (%network-configuration-files): New variable.
(container-script): Add support for returning a container script that shares
the host network.
* gnu/system.scm (essential-services): Add #:container-shared-network?
argument.
(operating-system-services): Add #:container-shared-network? argument.
(operating-system-etc-service): Add #:container-shared-network? argument,
and support for ommiting some configuration if the network is shared.
(operating-system-activation-script): Add #:container-shared-network?
argument, and pass this through to the operating-system-services procedure.
(operating-system-boot-script): Add #:container-shared-network? argument,
and pass this through to the operating-system-services procedure.
(operating-system-derivation): Add the #:container-shared-network? argument,
and pass this through to the operating-system-services procedure.
(operating-system-profile): Add the #:container-shared-network? argument,
and pass this through to the operating-system-services procedure.
|
|
|
|
|
| |
This should be done in govuk-guix, but this configuration is currently not
easy.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* gnu/packages/databases.scm (elasticsearch-1.7.2, elasticsearch): New
variables.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-rerun): New variable.
|
|
|
|
| |
* gnu/packages/rails.scm (ruby-autoprefixer-rails): New variable.
|
|
|
|
|
|
| |
* 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/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/packages/ruby.scm (ruby-execjs): New variable.
|
|
|
|
| |
* gnu/packages/rails.scm (ruby-web-console): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-bindex): New variable.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
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/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/packages/ruby.scm (ruby-dep): New variable.
|
|
|
|
| |
* gnu/packages/rails.scm (ruby-sass-rails): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-tilt): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-haml): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-temple): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-markaby): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-sassc): New variable.
|
|
|
|
|
|
|
|
|
|
| |
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/packages/web.scm (libsass): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-minitest-around): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-test-construct): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-omniauth-oauth2): New variable.
|
|
|
|
| |
* gnu/packages/rails.scm (ruby-with-advisory-lock): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-warden-oauth2): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-warden): New variable.
|
|
|
|
| |
* gnu/packags/ruby.scm (ruby-omniauth): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-oauth2): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-multi-xml): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-jwt): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-rbnacl): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-que): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-terraform): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-lino): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-hamster): New variable.
|
|
|
|
|
|
| |
Also add a copyright line, as I've obviously neglected to do that in the past.
* gnu/packages/ruby.scm (ruby-open4): New variable.
|