adding pkgs in guix and the linux-run script
This commit is contained in:
parent
6b8528702c
commit
8f36371452
4 changed files with 133 additions and 39 deletions
6
scripts/linux-run
Executable file
6
scripts/linux-run
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
export LD_LIBRARY_PATH=$LIBRARY_PATH
|
||||
RUNNER=$(find ~/.guix-profile/lib/ -name 'ld-linux-*.so*')
|
||||
|
||||
$RUNNER "$@"
|
Loading…
Add table
Add a link
Reference in a new issue