aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
koszkoAllow unauthorized `guix pull`W. Kosior2 weeks
koszko-scriptsAdd `koszko-vpn' branch.W. Kosior4 months
 
ges/shellutils.scm: Sort module inputs alphabetically. Efraim Flashner 2019-09-13gnu: Add zsh-autosuggestions....* gnu/packages/shellutils.scm (zsh-autosuggestions): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Collin J. Doering 2019-09-13gnu: Add sh-z shell tool...* gnu/packages/shellutils.scm (sh-z): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Collin J. Doering 2019-05-06gnu: envstore: Fix license field to refer to license:wtfpl2....* gnu/packages/shellutils.scm (envstore): Fix license field to refer to license:wtfpl2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley 2019-05-06gnu: Use license: prefix in shellutils.scm....* gnu/packages/shellutils.scm Use license: prefix in all packages. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley 2019-04-28gnu: direnv: Change to the go-build-system....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. Christopher Baines 2019-04-21gnu: direnv: Remove go references from output....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. Christopher Baines