We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e616f38 commit de64594Copy full SHA for de64594
nix/ext/pgsodium.nix
@@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
4
pname = "pgsodium";
5
version = "3.1.8";
6
7
- buildInputs = [ libsodium postgresql ];
+ nativeBuildInputs = [ postgresql ];
8
+ buildInputs = [ libsodium postgresql.lib ];
9
10
src = fetchFromGitHub {
11
owner = "michelp";
0 commit comments