aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rails.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-12 22:44:35 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-12 22:47:09 +0100
commitab512c2104faf6b39cdbe7a0d11facf61158753f (patch)
tree0156729fcf8a162b280e5b1c0ba7fdcaf7dc60ee /gnu/packages/rails.scm
parent861e567cb17621227a4922ca884519949cf57ebd (diff)
downloadguix-ab512c2104faf6b39cdbe7a0d11facf61158753f.tar.gz
guix-ab512c2104faf6b39cdbe7a0d11facf61158753f.zip
import: crate: Use repository when home-page is unavailable
* guix/import/crate.scm (make-crate-sexp): Always use home-page, which is properly set up by the caller. (crate->guix-package): Make sure to use the repository when home-page is null.
Diffstat (limited to 'gnu/packages/rails.scm')
0 files changed, 0 insertions, 0 deletions
-tooltip'>* gnu/packages/cmake.scm (cmake-minimal): Update to 3.14.4. Marius Bakke 2019-05-25Merge branch 'staging' into core-updatesMarius Bakke 2019-05-04gnu: CMake: Update to 3.14.3....* gnu/packages/cmake.scm (cmake-minimal): Update to 3.14.3. Marius Bakke 2019-03-20cmake: Generate documentation....To prevent complicating the dependencies of a core tool, a new variant, CMAKE-MINIMAL is introduced and the CMake build system is configured to use it by default. The regular CMAKE package gains a manpage, info manual as well as HTML documentation. Fixes issue #33497 (https://bugs.gnu.org/33497). * gnu/packages/cmake.scm (gnu): Use modules (gnu packages python-xyz), (gnu packages texinfo) and (srfi srfi-1). (cmake-minimal): Rename the original cmake variable to this. [phases]{configure}: Extract the configure script arguments to... [configure-flags]: here. [properties]: Set the HIDDEN? property to #t. (cmake): New variable, which inherits from CMAKE-MINIMAL. [phases]{move-html-doc}: Add phase. [native-inputs]: Add PYTHON-SPHINX and TEXINFO. [outputs]: Add the "doc" output. [properties]: Clear the inherited HIDDEN? property. * guix/build-system/cmake.scm (default-cmake): Use CMAKE-MINIMAL instead of CMAKE. Maxim Cournoyer 2019-03-17gnu: cmake: Update to 3.14.0....* gnu/packages/cmake.scm (cmake): Update to 3.14.0. Marius Bakke