| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/calendar.scm (khal): Update to 0.10.0.
[native-inputs]: Replace tzdata with tzdata-for-tests.
[arguments]: Simplify the check phase.
|
|
|
|
|
|
|
|
|
| |
This reverts c97e4d8bbe8bf12c09471573d3544d08a42d83f5, which was not
consensual and broke 'tests/guix-package.sh'.
* gnu/packages/games.scm (gnubackgammon): Rename to...
(gnubg): ... this, and rename the 'gnubg' deprecated alias to
'gnubackgammon'.
|
|
|
|
|
|
|
| |
This field was never used and doesn't match the way we collectively
maintain packages.
* guix/packages.scm (<package>)[maintainers]: Remove.
|
|
|
|
|
|
|
|
| |
This field has become unnecessary with the addition of 'this-package'.
* guix/packages.scm (<package>)[self-native-input?]: Remove.
(package->bag): Adjust accordingly.
* doc/guix.texi (package Reference): Remove 'self-native-input?'.
|
|
|
|
|
|
| |
This package was unused since 0991fd53367907908fbd901a9fbe79540e4e4527.
* gnu/packages/guile.scm (guile-2.0.13): Remove.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/file.scm (file)[self-native-input?]: Remove.
[native-inputs]: New field.
* gnu/packages/guile.scm (guile-1.8)[self-native-input?]: Remove.
[native-inputs]: New field.
(guile-2.0)[self-native-input?]: Remove.
[native-inputs]: Add THIS-PACKAGE when (%current-target-system) is true.
* gnu/packages/ncurses.scm (ncurses)[self-native-input?]: Remove.
[native-inputs]: Add THIS-PACKAGE when (%current-target-system) is true.
* gnu/packages/python-xyz.scm (python-file)[self-native-input?]: Remove.
[native-inputs]: New field.
|
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Remove
gnome-control-center.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
| |
gnu/packages/gnome.scm (evolution-data-server)[outputs]: Add
'libedataserverui'.
[arguments]: Add phases so that only libedataserverui is linked with
WebKitGTK, and that it is moved to its own output.
(evolution, gnome-calendar, gnome-todo)[inputs]: Add libedataserverui.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
| |
gnu/packages/gnome.scm (gnome-online-accounts)[outputs]: Add 'lib'.
[arguments]: Set the 'libdir' path to the 'out' output, and add a phase
to ensure that libgoa gets installed in the 'lib' output.
(evolution-data-server, gfbgraph, gnome-calendar, gnome-control-center,
gnome-todo, libgdata, libzapojit): Use the 'lib' output of
gnome-online-accounts.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
|
|
|
| |
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.5.
* gnu/packages/wine.scm (wine-staging): Update to 4.5.
|
|
|
|
|
|
| |
* gnu/system.scm (<operating-system>): Choose 'this-operating-system' as
the 'this' identifier.
[essential-services]: Adjust accordingly.
|
|
|
|
|
|
|
|
|
| |
* guix/packages.scm (<origin>): Choose 'this-origin' as the 'this'
identifier.
(<package>): Choose 'this-package'.
* gnu/packages/gnucash.scm (gnucash)[arguments]: Use 'this-package'
instead of 'this-record'.
* gnu/packages/version-control.scm (git)[arguments]: Likewise.
|
|
|
|
|
|
|
|
|
|
|
| |
This lets record users choose an identifier other than 'this-record'.
* guix/records.scm (make-syntactic-constructor): Add #:this-identifier.
[wrap-field-value]: Honor it.
(define-record-type*): Add form with extra THIS-IDENTIFIER and honor
it.
* tests/records.scm ("define-record-type* & thunked & inherit & custom this"):
New test.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-xcms): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-massspecwavelet): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-xbseq): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-roar): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-yarn): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-quantro): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-downloader): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-yaqcaffy): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-simpleaffy): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-gcrma): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-yapsa): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-somaticsignatures): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-gtrellis): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-pmcmr): New variable.
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/34454>.
* gnu/packages/patches/gtk3-fix-deprecation-macro-use.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gtk.scm (gtk+/fixed): New variable.
(gtk+)[replacement]: New field.
|
|
|
|
|
|
|
| |
The ’slab’ variants of Iosevka were moved to a separate archive with
version 2.0.0.
* gnu/packages/fonts.scm (font-iosevka-slab): New public variable.
|
|
|
|
| |
* gnu/packages/fonts.scm (font-iosevka): Update to 2.2.0.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-yamss): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-ebimage): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-aucell): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-allelicimbalance): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-annotationtools): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-annotationfuncs): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-abaenrichment): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-gofuncr): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-abadata): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-mapplots): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-atacseqqc): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-genomicscores): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-motifstack): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-motiv): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-rgadem): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-preseqr): New variable.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-bacon): New variable.
|
|
|
|
|
|
|
|
| |
Regression introduced in e8cfce439afed945e352ad28f73f0a5f7840f503.
* gnu/packages/php.scm (php)[arguments]: Add missing 'else' branch of
the 'if'. Change first argument to 'string-prefix?' to match GNU
triplets as well.
|
|
|
|
|
| |
* doc/guix.texi (Invoking guix pull): Use @xref instead of @ref at the
beginning of sentences.
|