2024-08-20 14:02:45 +02:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2024-09-03 15:04:59 +02:00
|
|
|
# Zakaj noce zbildat 32 bit verzije platformio??
|
|
|
|
guix shell --container --network --share=$HOME/.platformio python-platformio coreutils bash nss-certs zopfli python-zopfli --system=i686-linux --emulate-fhs -e '(list (@@ (gnu packages commencement) gcc) "lib")'
|
|
|
|
#guix shell --container --network --share=$HOME/.platformio coreutils bash nss-certs zopfli python-zopfli --system=i686-linux --emulate-fhs -e '(list (@@ (gnu packages commencement) gcc) "lib")'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#guix shell --container --network --emulate-fhs --share=$HOME/.platformio python-platformio coreutils bash nss-certs less vim sudo patchelf
|
2024-08-20 14:02:45 +02:00
|
|
|
#guix shell --container --network -s i686-linux --emulate-fhs --share=$HOME/.platformio python-virtualenv coreutils bash nss-certs less gcc-toolchain glibc python
|
|
|
|
#guix shell --container --network -s i686-linux --emulate-fhs --share=$HOME/.platformio python-virtualenv coreutils bash nss-certs less gcc-toolchain python
|