Skip to content

feat: add GUIX support - #225

Draft
thw26 wants to merge 1 commit into
mainfrom
48-add-guix-support
Draft

feat: add GUIX support#225
thw26 wants to merge 1 commit into
mainfrom
48-add-guix-support

Conversation

@thw26

@thw26 thw26 commented Nov 11, 2024

Copy link
Copy Markdown
Collaborator

Fixes #48.

Currently blocked as Python 3.12 is not supported to do enough testing to figure out the workarounds to patch the binary's ELF.

guest@gnu ~$ chmod 700 oudedetai 
guest@gnu ~$ ./oudedetai 
bash: ./oudedetai: No such file or directory
guest@gnu ~$ sudo patchelf --set-interpreter /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/ld-linux-x86-64.so.2 Downloads/oudedetai 
guest@gnu ~$ ./Downloads/oudedetai 
./Downloads/oudedetai: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

@thw26 thw26 added installer This issue is related to the install routine blocked labels Nov 11, 2024
@thw26
thw26 marked this pull request as draft November 11, 2024 16:21
@thw26

thw26 commented Jan 16, 2025

Copy link
Copy Markdown
Collaborator Author

I believe Python 3.12 is now available

@thw26 thw26 changed the title Fix #48. Add GUIX Support feat: add GUIX support Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked installer This issue is related to the install routine

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Support for GUIX

1 participant