Replies: 5 comments 10 replies
-
Hi.. I've never heard about NixOS so I am not sure, what exactly do you need.. but if you want to compile Rebol (my fork) for a new system, you can use this bootstrap source. Rebol sources are partially generated using Rebol itself.. the mentioned boostrap branch contains these generated files so one can just edit the makefile and make the initial version for the new OS.. and use this bootstrap version to make a real version. |
Beta Was this translation helpful? Give feedback.
-
NixOS is just a Linux distro with the Nix package manager as its only way to manage binaries and installs. The bootstrap branch should allow you to build a pipeline to generate the Rebol binary you need without a circular dependency. |
Beta Was this translation helpful? Give feedback.
-
I should probably update the bootstrap branch as it is quite behind now (3.7.2). Anyway... I am not familiar with all kinds of Linux packagers. I've tried to make a package for Alpine Linux some time ago, which was also the reason for the bootstrap branch, but I give up that afford. If I can help somehow with the Nix, just let me know how. |
Beta Was this translation helpful? Give feedback.
-
The bootstrap branch was updated to version 3.15.0. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to package Rebol3 on NixOS by creating an expression, but it looks like the build tool is not the already-available-and-supported
make
ormeson
. In order to build Rebol3, I need the Siskin-framework, but in order to use Siskin-framework, I also need Rebol3? I can't use binaries directly on NixOS, as you know, patchELF issues.Beta Was this translation helpful? Give feedback.
All reactions