mirror of
https://github.com/urbit/shrub.git
synced 2024-12-04 14:58:10 +03:00
496e62e01d
This translates the meson build to nix. Previously, we had our ge-additions package just manually compiled in instead of having its own file.
8 lines
93 B
Bash
8 lines
93 B
Bash
source $stdenv/setup
|
|
|
|
cp -r $src ./src
|
|
chmod -R u+w ./src
|
|
cd ./src
|
|
|
|
PREFIX=$out make install
|