Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-pamr): New variable.
|
|
* gnu/packages/cran.scm (r-varselrf): New variable.
|
|
* gnu/packages/graphics.scm (ogre)[source]: Download using git-fetch.
|
|
* gnu/packages/check.scm (googletest)[source]: Download using git-fetch.
* gnu/packages/crypto.scm (encfs)[arguments]: Adjust accordingly.
* gnu/packages/gnucash.scm (gnucash)[arguments]: Same.
* gnu/packages/terminals.scm (eternalterminal)[arguments]: Same.
* gnu/packages/graphics.scm (ogre)[arguments]: Same. Remove now
unnecessary custom 'pre-build phase.
|
|
* gnu/packages/web.scm (hpcguix-web): Fix indentation.
|
|
* gnu/packages/emacs-xyz.scm (emacs-emmet-mode)[source]: Download using
git-fetch.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tablist)[source]: Download using
git-fetch.
|
|
* gnu/packages/emacs-xyz.scm (emacs-mmm-mode): Update to 0.5.7.
|
|
* gnu/packages/emacs-xyz.scm (emacs-mmm-mode)[arguments]: Remove
unnecessary 'autogen phase.
|
|
* gnu/packages/emacs-xyz.scm (emacs-mmm-mode)[source]: Don't use
unstable tarball.
|
|
* gnu/packages/emacs-xyz.scm (emacs-google-maps)[source]: Download using
git-fetch.
|
|
* gnu/packages/emacs-xyz.scm (emacs-direnv)[source]: Download using
git-fetch.
|
|
* gnu/packages/emacs-xyz.scm (emacs-calfw)[source]: Download using
git-fetch.
|
|
* gnu/packages/emacs-xyz.scm (emacs-autothemer)[source]: Download using
git-fetch.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ag)[source]: Download using
git-fetch.
|
|
* gnu/packages/fonts.scm (font-open-dyslexic)[source]: Download using
git-fetch.
|
|
* gnu/packages/fonts.scm (font-google-material-design-icons)[source]:
Download using git-fetch.
|
|
* gnu/packages/fonts.scm (font-tamzen)[source]: Download using
git-fetch.
[native-inputs]: Remove gzip, tar.
[arguments]: Adjust build accordingly.
|
|
* gnu/packages/fonts.scm (font-fira-sans)[source]: Download using
git-fetch.
|
|
* gnu/packages/fonts.scm (font-adobe-source-han-sans)[source]: Download
using git-fetch.
[native-inputs]: Remove gzip, tar.
[arguments]: Adjust build accordingly.
|
|
* gnu/packages/cran.scm (r-geometry): Update to 0.4.1.
[propagated-inputs]: Fix typo.
|
|
* gnu/packages/cran.scm (r-feather): Update to 0.3.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-relint): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-zones): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* gnu/packages/bioconductor.scm (r-clusterprofiler): New variable.
|
|
* gnu/packages/bioconductor.scm (r-enrichplot): New variable.
|
|
* gnu/packages/bioconductor.scm (r-dose): New variable.
|
|
* gnu/packages/cran.scm (r-ggraph): New variable.
|
|
* gnu/packages/cran.scm (r-europepmc): New variable.
|
|
* gnu/packages/cran.scm (r-ggforce): New variable.
|
|
* gnu/packages/cran.scm (r-urltools): New variable.
|
|
* gnu/packages/cran.scm (r-polyclip): New variable.
|
|
* gnu/packages/cran.scm (r-tweenr): New variable.
|
|
* gnu/packages/cran.scm (r-triebeard): New variable.
|
|
* gnu/packages/cran.scm (r-ggplotify): New variable.
|
|
* gnu/packages/cran.scm (r-farver): New variable.
|
|
* gnu/packages/cran.scm (r-gridgraphics): New variable.
|
|
* gnu/packages/bioconductor.scm (r-do-db): New variable.
|
|
* gnu/packages/bioconductor.scm (r-fgsea): New variable.
|
|
* gnu/packages/cran.scm (r-msigdbr): New variable.
|
|
* gnu/packages/cran.scm (r-xkcd): New variable.
|
|
* gnu/packages/cran.scm (r-extrafont): New variable.
|
|
* gnu/packages/cran.scm (r-extrafontdb): New variable.
|
|
* gnu/packages/cran.scm (r-rttf2pt1): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.17.
|
|
Reported by Tobias Geerinckx-Rice <me@tobias.gr>
in <https://bugs.gnu.org/35010>.
* guix/upstream.scm (update-package-source): Take 'source' instead of
'version' as the second argument.
[update-expression]: Change to take 'replacements', a list of
replacement pairs.
Compute OLD-URL and NEW-URL and replace the dirname of the OLD-URL with
that of NEW-URL.
* guix/scripts/refresh.scm (update-package): Adjust call to
'update-package-source' accordingly.
|
|
Fixes a regression introduced in
abd4d6b33dba4de228e90ad15a8efb456fcf7b6e, where CHANGES would no longer
be a thunk.
Reported by Ricardo Wurmus.
* guix/upstream.scm (package-update/url-fetch): Return SOURCE as the
third value instead of CHANGES.
* guix/scripts/refresh.scm (update-package): Adjust accordingly.
|
|
* gnu/packages/cran.scm (r-xyz): New variable.
|
|
* guix/scripts.scm (warn-about-old-distro): Do not warn when
GUIX_UNINSTALLED is set.
|
|
* gnu/system/vm.scm (iso9660-image): Pass #:memory-size to
'expression->derivation-in-linux-vm'.
|