executable_guix-environment.sh 209 B

123456789
  1. #!/bin/sh
  2. # Prepare an environment to build Guix
  3. rm --force build-env
  4. env GUIX_PACKAGE_PATH= guix environment --root=build-env --pure guix --ad-hoc help2man guile-sqlite3 guile-gcrypt "$@"
  5. # strace git gdb