mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
added openssl to flake
This commit is contained in:
parent
10001876bb
commit
90a4c49a3f
1 changed files with 4 additions and 1 deletions
|
@ -112,6 +112,9 @@
|
|||
debugir
|
||||
rust
|
||||
rust-bindgen
|
||||
|
||||
# dependency of the cli-platform (see examples/interactive/cli-platform)
|
||||
openssl
|
||||
]);
|
||||
in
|
||||
{
|
||||
|
@ -123,7 +126,7 @@
|
|||
NIX_GLIBC_PATH = if pkgs.stdenv.isLinux then "${pkgs.glibc.out}/lib" else "";
|
||||
LD_LIBRARY_PATH = with pkgs;
|
||||
lib.makeLibraryPath
|
||||
([ pkg-config stdenv.cc.cc.lib libffi ncurses zlib ] ++ linuxInputs);
|
||||
([ pkg-config stdenv.cc.cc.lib libffi ncurses zlib] ++ linuxInputs);
|
||||
NIXPKGS_ALLOW_UNFREE = 1; # to run the editor with NVIDIA's closed source drivers
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue