pkgsStatic.libargon2: fix build
By default, LIBRARIES includes both $(LIB_SH) (the shared library), and $(LIB_ST) (the static library).
This commit is contained in:
parent
9f103c5ddf
commit
cbf0490176
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||
"ARGON2_VERSION=${version}"
|
||||
"LIBRARY_REL=lib"
|
||||
"PKGCONFIG_REL=lib"
|
||||
] ++ lib.optionals stdenv.hostPlatform.isStatic [
|
||||
"LIBRARIES=$(LIB_ST)"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue