aboutsummaryrefslogtreecommitdiff
path: root/tests/bournish.scm
diff options
context:
space:
mode:
authorNicolas Graves via Guix-patches via <guix-patches@gnu.org>2024-05-13 12:49:32 +0200
committerAndrew Tropin <andrew@trop.in>2024-05-14 13:58:05 +0300
commita682ddd70846d488cfbd82d65e8566ec6739813c (patch)
treea234589d821728757e4ccb9fb791ded33490cda4 /tests/bournish.scm
parent37719d3ec8db7f2380903c2ac6e4efb2e4639cc7 (diff)
downloadguix-a682ddd70846d488cfbd82d65e8566ec6739813c.tar.gz
guix-a682ddd70846d488cfbd82d65e8566ec6739813c.zip
gnu: Add emacs-helm-org-ql.
* gnu/packages/emacs-xyz.scm (emacs-helm-org-ql): New variable. (emacs-org-ql)[phases]: Add phase 'remove-helm-org-ql. [propagated-inputs]: Remove emacs-helm, emacs-helm-org. The author didn't mean to make the package depend on helm : "Note that Helm is not declared as a package dependency, so this does not cause Helm to be installed.", but the way we packaged it in Guix did. Split the extension into a separate dependency instead, this avoids 3 Mo to be propagated in a profile where it's not meant. Change-Id: I3537c0b08cfffac3d66b761173761a3806497358 Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'tests/bournish.scm')
0 files changed, 0 insertions, 0 deletions
ls in GEXP->SEXP....Marius Bakke 2019-11-30gexp: 'local-file' properly resolves non-literal relative file names....Ludovic Courtès 2019-09-23gexp: Catch and report non-self-quoting gexp inputs....Ludovic Courtès 2019-07-26gexp: 'program-file' honors the current system and cross-compilation target....Ludovic Courtès 2019-07-15gexp: 'lowered-gexp-guile' now returns a <derivation-input>....Ludovic Courtès 2019-07-15gexp: <lowered-gexp> separates sources from derivation inputs....Ludovic Courtès 2019-07-04gexp: Add 'lower-gexp' and express 'gexp->derivation' in terms of it....Ludovic Courtès 2019-01-21store: Rename '&nix-error' to '&store-error'....Ludovic Courtès 2019-01-05gexp: Lowering a <computed-file> honors SYSTEM and TARGET....Ludovic Courtès 2018-11-29Merge branch 'master' into core-updatesMarius Bakke 2018-11-28derivations: Add properties....Ludovic Courtès 2018-11-14Merge branch 'master' into core-updatesMarius Bakke 2018-11-12tests: Add 'test-assertm' to (guix tests)....Ludovic Courtès 2018-11-05Merge branch 'master' into core-updatesMarius Bakke 2018-10-27gexp: 'gexp-modules' now consistently deletes duplicates....Ludovic Courtès 2018-10-05Merge branch 'master' into core-updatesMarius Bakke 2018-09-27tests: Update (guix build store-copy) tests....Ludovic Courtès 2018-09-09Merge branch 'master' into core-updatesMarius Bakke 2018-09-08gexp: 'file-union' accepts directory names....Ludovic Courtès 2018-07-26gexp: Remove backward compatibility hack for 'imported-files'....Ludovic Courtès 2018-07-19gexp: 'imported-files/derivation' can copy files instead of symlinking....Ludovic Courtès 2018-07-19gexp: 'imported-files' no longer creates a derivation by default....Ludovic Courtès 2018-07-13tests: Don't rely on temporary directories being permanent....Leo Famulari 2018-06-14store-copy: 'read-reference-graph' returns a list of records....Ludovic Courtès 2018-06-01gexp: Add 'with-extensions'....Ludovic Courtès 2018-04-11gexp: 'scheme-file' can splice expressions....Ludovic Courtès 2018-03-23gexp: 'program-file' has a new #:module-path parameter....Ludovic Courtès 2018-03-23gexp: 'gexp->script' and 'gexp->file' have a new #:module-path parameter....Ludovic Courtès 2017-07-17gexp: 'ungexp-splicing' properly accounts for nested native inputs....Ludovic Courtès 2017-04-19gexp: 'gexp-modules' accepts plain Scheme objects....Ludovic Courtès 2017-04-04gexp: 'lower-object' raises an exception when passed an invalid object....Ludovic Courtès 2017-03-16gexp: Add '=>' syntax to import computed modules....Ludovic Courtès