aboutsummaryrefslogtreecommitdiff
path: root/tests/records.scm
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2022-01-19 14:39:59 +0100
committerLars-Dominik Braun <lars@6xq.net>2022-01-19 14:41:38 +0100
commit71421529d8521eb48c707ed5cdb7ea7a75e52663 (patch)
treeb4dbe8796347b516fb48350f39a60d646d981f63 /tests/records.scm
parent873b2eca94cb5da13602abe651c6707fe99ff14b (diff)
downloadguix-71421529d8521eb48c707ed5cdb7ea7a75e52663.tar.gz
guix-71421529d8521eb48c707ed5cdb7ea7a75e52663.zip
gnu: python-xdo: Hard-code path to libc.
Fixes: <https://issues.guix.gnu.org/53183> * gnu/packages/python-xyz.scm (python-xdo)[arguments]: Also substitute* reference of libc. [inputs]: Add glibc.
Diffstat (limited to 'tests/records.scm')
0 files changed, 0 insertions, 0 deletions
nguage.scm, gnu/packages/lego.scm, gnu/packages/less.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm, gnu/packages/lirc.scm, gnu/packages/lisp-xyz.scm, gnu/packages/llvm.scm, gnu/packages/logging.scm, gnu/packages/lolcode.scm, gnu/packages/lua.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/maths.scm, gnu/packages/maven.scm, gnu/packages/mes.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/node-xyz.scm, gnu/packages/ocaml.scm, gnu/packages/ocr.scm, gnu/packages/onc-rpc.scm, gnu/packages/opencl.scm, gnu/packages/opencog.scm, gnu/packages/pantheon.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/perl6.scm, gnu/packages/phabricator.scm, gnu/packages/popt.scm, gnu/packages/printers.scm, gnu/packages/prolog.scm, gnu/packages/protobuf.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/qt.scm, gnu/packages/radio.scm, gnu/packages/rails.scm, gnu/packages/rdf.scm, gnu/packages/rednotebook.scm, gnu/packages/rpc.scm, gnu/packages/rsync.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/screen.scm, gnu/packages/security-token.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/shellutils.scm, gnu/packages/simh.scm, gnu/packages/sml.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/stenography.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/synergy.scm, gnu/packages/telephony.scm, gnu/packages/terminals.scm, gnu/packages/tex.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tmux.scm, gnu/packages/tor.scm, gnu/packages/toys.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/virtualization.scm, gnu/packages/vlang.scm, gnu/packages/vnc.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wireservice.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, tests/lint.scm: Remove trailing ".git" from 'git-reference' URL. 2020-05-16gnu: zsh-autosuggestions: Update to 0.6.4.Tobias Geerinckx-Rice * gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.6.4. 2020-05-13gnu: hstr: Update to 2.2.Michael Rohleder * gnu/packages/shellutils.scm (hstr): Update to 2.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 2019-11-24gnu: Add shell-functools.Oleg Pykhalov * gnu/packages/shellutils.scm (shell-functools): New variable. 2019-11-13gnu: hstr: Don't use unstable tarball.Efraim Flashner * gnu/packages/shellutils.scm (hstr)[source]: Download using git-fetch. 2019-09-13gnu: shellutils.scm: Sort module inputs.Efraim Flashner * gnu/packages/shellutils.scm: Sort module inputs alphabetically. 2019-09-13gnu: Add zsh-autosuggestions.Collin J. Doering * gnu/packages/shellutils.scm (zsh-autosuggestions): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 2019-09-13gnu: Add sh-z shell toolCollin J. Doering * gnu/packages/shellutils.scm (sh-z): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2019-05-06gnu: envstore: Fix license field to refer to license:wtfpl2.Brendan Tildesley * gnu/packages/shellutils.scm (envstore): Fix license field to refer to license:wtfpl2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2019-05-06gnu: Use license: prefix in shellutils.scm.Brendan Tildesley * gnu/packages/shellutils.scm Use license: prefix in all packages. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2019-04-28gnu: direnv: Change to the go-build-system.Christopher Baines 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. 2019-04-21gnu: direnv: Remove go references from output.Christopher Baines 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. 2019-03-14build-system/go: Build with a filesystem union of Go dependencies.Leo Famulari 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. 2019-02-01gnu: direnv: Update to 2.15.2.Leo Famulari * 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. 2018-11-13gnu: direnv: Build with Go 1.9.Leo Famulari * gnu/packages/shellutils.scm (direnv)[native-inputs]: Remove go. [inputs]: Add go-1.9.