mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52:48 +02:00
Compare commits
1 commit
23af4428c3
...
3fe2293ba5
Author | SHA1 | Date | |
---|---|---|---|
|
3fe2293ba5 |
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
[ -d docs ] && cp -r docs/* $out/doc
|
||||
[ -d doc ] && cp -r doc/* $out/doc
|
||||
cp -r lib/* $out/lib
|
||||
substituteInPlace $out/lib/std/zig/system.zig \
|
||||
--replace "/usr/bin/env" "${pkgs.lib.getExe' pkgs.coreutils "env"}"
|
||||
cp zig $out/bin/zig
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue