mirror of
https://github.com/nix-community/naersk
synced 2024-11-21 19:23:09 +00:00
Remove OpenSSL tip from readme template
This commit is contained in:
parent
f0dc5a7d49
commit
9ffa3dac85
1 changed files with 0 additions and 13 deletions
|
@ -359,16 +359,3 @@ naersk.buildPackage {
|
|||
```
|
||||
|
||||
([context](https://github.com/nix-community/naersk/pull/288))
|
||||
|
||||
### Using OpenSSL
|
||||
|
||||
If your application uses OpenSSL (making the build process fail), try:
|
||||
|
||||
```nix
|
||||
naersk.buildPackage {
|
||||
# ...
|
||||
|
||||
nativeBuildInputs = with pkgs; [ pkg-config ];
|
||||
buildInputs = with pkgs; [ openssl ];
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue