mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 06:04:17 +00:00
Remove OpenSSL tip from README
This commit is contained in:
parent
aa9a011ee3
commit
f0dc5a7d49
1 changed files with 0 additions and 13 deletions
13
README.md
13
README.md
|
@ -397,16 +397,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