Skip to content

Commit

Permalink
Merge pull request #30 from jtbx-patches/flakery
Browse files Browse the repository at this point in the history
Flakery
  • Loading branch information
xTrayambak authored Oct 26, 2024
2 parents 24244a1 + 67f6222 commit f264f13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions ferus.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ requires "https://github.com/ferus-web/ferus_ipc"
requires "https://github.com/ferus-web/sanchar"
requires "https://git.sr.ht/~bptato/chame >= 0.14.5"
requires "seccomp >= 0.2.1"
requires "simdutf >= 5.5.0"
requires "results"
requires "pretty"
requires "chagashi >= 0.5.4"
Expand Down
9 changes: 4 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
libseccomp
libGL
glfw
simdutf

xorg.libX11
openssl.dev
Expand All @@ -49,13 +50,11 @@

wrapFerus =
let
makeWrapperArgs = ''
--prefix LD_LIBRARY_PATH : ${LD_LIBRARY_PATH}
'';
makeWrapperArgs = "--prefix LD_LIBRARY_PATH : ${LD_LIBRARY_PATH}";
in
''
wrapProgram "$(pwd)"/ferus ${makeWrapperArgs}
wrapProgram "$(pwd)"/ferus_process ${makeWrapperArgs}
wrapProgram ferus ${makeWrapperArgs}
wrapProgram ferus_process ${makeWrapperArgs}
'';

postInstall = ''
Expand Down

0 comments on commit f264f13

Please sign in to comment.