summaryrefslogtreecommitdiff
path: root/gnu/packages/shellutils.scm
Commit message (Collapse)AuthorAge
* gnu: Add shell-functools.Oleg Pykhalov2019-11-24
| | | | * gnu/packages/shellutils.scm (shell-functools): New variable.
* gnu: hstr: Don't use unstable tarball.Efraim Flashner2019-11-13
| | | | * gnu/packages/shellutils.scm (hstr)[source]: Download using git-fetch.
* gnu: shellutils.scm: Sort module inputs.Efraim Flashner2019-09-13
| | | | * gnu/packages/shellutils.scm: Sort module inputs alphabetically.
* gnu: Add zsh-autosuggestions.Collin J. Doering2019-09-13
| | | | | | * gnu/packages/shellutils.scm (zsh-autosuggestions): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add sh-z shell toolCollin J. Doering2019-09-13
| | | | | | * gnu/packages/shellutils.scm (sh-z): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: envstore: Fix license field to refer to license:wtfpl2.Brendan Tildesley2019-05-06
| | | | | | | * gnu/packages/shellutils.scm (envstore): Fix license field to refer to license:wtfpl2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Use license: prefix in shellutils.scm.Brendan Tildesley2019-05-06
| | | | | | * gnu/packages/shellutils.scm Use license: prefix in all packages. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: direnv: Change to the go-build-system.Christopher Baines2019-04-28
| | | | | | | | | | | | | | The go-build-system is slightly more appropriate, and switching resolves an issue with combining the 'unpack phase from the gnu-build-system, and the 'setup-go-environment from the go-build-system. With both of those phases creating a directory, the first-subdirectory call at the end of the 'unpack phase can return different values depending on the filesystem ordering. * gnu/packages/shellutils.scm (direnv)[source]: Use the git repository, as this works better with the go-build-system. [build-system]: Change to the go-build-system. [arguments]: Adjust for the go-build-system. [native-inputs]: Remove go.
* gnu: direnv: Remove go references from output.Christopher Baines2019-04-21
| | | | | | | | | | | | | In the long run, it would be good to move direnv across to the go-build-system, and update the package, but these changes do succeed in reducing the closure size a lot. Thanks to Tanguy Le Carrour for raising this issue on guix-devel. * gnu/packages/shellutils.scm (direnv)[arguments]: Include the remove-go-references phase from the go-build-system. [inputs,native-inputs]: Move all inputs to native-inputs, as these are no longer referenced in the output.
* build-system/go: Build with a filesystem union of Go dependencies.Leo Famulari2019-03-14
| | | | | | | | | | | | | | | | | | | | | | | This basically changes (guix build-system go) so that instead of looking up its dependencies in a list of directories in $GOPATH, all the Go dependencies are symlinked into a single directory. Fixes <https://bugs.gnu.org/33620>. * guix/build/go-build-system.scm (setup-go-environment): New variable. (setup-environment, install-source): Remove variables. (unpack): Unpack the source relative to $GOPATH. (install): Do not install the compiled objects in the 'pkg' directory. Install the source code in this phase, and only install the source of the package named by IMPORT-PATH. * doc/guix.texi (Build Systems): Adjust accordingly. * gnu/packages/docker.scm (docker): Import (guix build union) on the build side and adjust to build phase name changes in (guix build-system go). * gnu/packages/shellutils.scm (direnv): Likewise. * gnu/packages/databases.scm (mongo-tools)[arguments]: Set '#:install-source #f'. * gnu/packages/music.scm (demlo)[arguments]: Move the 'install-scripts' phase after the 'install' phase.
* gnu: direnv: Update to 2.15.2.Leo Famulari2019-02-01
| | | | | | | * gnu/packages/shellutils.scm (direnv): Update to 2.15.2. [inputs]: Use the default Go compiler. Add go-github-com-burntsushi-toml and go-github-com-direnv-go-dotenv. [arguments]: Add a 'setup-go-environment' phase.
* gnu: direnv: Build with Go 1.9.Leo Famulari2018-11-13
| | | | | * gnu/packages/shellutils.scm (direnv)[native-inputs]: Remove go. [inputs]: Add go-1.9.
* gnu: fzy: Update to 1.0.Tobias Geerinckx-Rice2018-10-28
| | | | * gnu/packages/shellutils.scm (fzy): Update to 1.0.
* gnu: fzy: Don't use unstable tarball.Tobias Geerinckx-Rice2018-10-28
| | | | | * gnu/packages/shellutils.scm (fzy)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: Add hstr.Benjamin Slade2018-09-10
| | | | * gnu/packages/shellutils.scm (hstr): New variable.
* gnu: direnv: Edit description.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/shellutils.scm (direnv)[description]: Edit and use @file.
* gnu: direnv: Use HTTPS for home page.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS.
* gnu: Add fzy.Stefan Reichör2017-08-30
| | | | * gnu/packages/shellutils.scm (fzy): New variable.
* gnu: direnv: Update to 2.11.3.Tobias Geerinckx-Rice2017-03-15
| | | | * gnu/packages/shellutils.scm (direnv): Update to 2.11.3.
* gnu: trash-cli: Update to 0.17.1.14.Tobias Geerinckx-Rice2017-01-24
| | | | * gnu/packages/shellutils.scm (trash-cli): Update to 0.17.1.14.
* gnu: trash-cli: Update to 0.17.1.1.Alex Griffin2017-01-03
| | | | | | * gnu/packages/shellutils.scm (trash-cli): Update to 0.17.1.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: direnv: Update to 2.10.0.Christopher Baines2016-12-11
| | | | | | * gnu/packages/shellutils.scm (direnv): Update to 2.10.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add direnv.Christopher Baines2016-09-14
| | | | | | * gnu/packages/shellutils.scm (direnv): New variable. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add trash-cli.Alex Griffin2016-07-23
| | | | | | * gnu/packages/shellutils.scm (trash-cli): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add envstore.Matthew Jordan2016-05-21
* gnu/package/shellutils.scm: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>