aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-29 23:52:37 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-01-31 09:50:45 +0100
commitdd94c3d34008a29a1e05bdc43bb81ef9378f2613 (patch)
tree6a2dd61ffdf5f9dfe5741b6445ee677610364df4 /gnu/packages/astronomy.scm
parentd7d8fe36f938d035a7607f6ae2b3525fbba6f966 (diff)
downloadguix-dd94c3d34008a29a1e05bdc43bb81ef9378f2613.tar.gz
guix-dd94c3d34008a29a1e05bdc43bb81ef9378f2613.zip
gnu: Add rust-cocoa-0.24.
* gnu/packages/crates-io.scm (rust-cocoa-0.24): New variable. (rust-cocoa-0.23): Inherit from above.
Diffstat (limited to 'gnu/packages/astronomy.scm')
0 files changed, 0 insertions, 0 deletions
gitignore: Ignore .tarball-ignore....This file can be useful to fix a version string when experimenting with 'make release'. * .gitignore: Add a pattern to ignore .tarball-version. Maxim Cournoyer 2021-04-23.gitignore: Ignore release artifacts....Not ignoring these in the tree leads to the next generated version (.version) being suffixed with '-dirty', which confuses things. * .gitignore [/guix-*]: New pattern. [/doc/stamp-[0-9]]: Adjust to ... [/doc/stamp-*]: ... this. [/release-*]: New pattern. Maxim Cournoyer 2021-04-23.gitignore: Ignore generated .pot files....These files are automatically-extracted templates rather than source, hence shouldn't be checked in. * .gitignore: Add a glob pattern to ignore .pot files. Maxim Cournoyer 2020-10-20gitignore: Ignore generated guile binary and intermediate products....* .gitignore: Ignore guile, guile-guile-launcher.o, .deps and .dirstamp. Julien Lepiller 2020-09-17guix-install.sh: Support OpenRC....* etc/guix-install.sh (chk_init_sys): Detect OpenRC. (sys_enable_guix_daemon): Install & enable the Guix daemon on such systems. * etc/openrc/guix-daemon.in: New file. * nix/local.mk: Add a rule for it. (openrcservicedir, nodist_openrcservice_DATA): New variables. (CLEANFILES, EXTRA_DIST): Add them. * .gitignore: Ignore etc/openrc/guix-daemon. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Morgan Smith 2020-07-17gitignore: Don't ignore daemon source code....Remove files that are included in the repository from .gitignore. This improves the behavior of some code-searching tools. Jakub Kądziołka