From 712dcd998c23814a175741e6dc02d6d77808d32b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 30 Jan 2025 16:38:26 +0100 Subject: [PATCH] pkgsStatic.libargon2: fix broken symlinks If this variable has its default value, the build system will try to create symlinks to its shared libraries, which don't exist in a static build. --- pkgs/by-name/li/libargon2/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/li/libargon2/package.nix b/pkgs/by-name/li/libargon2/package.nix index ca9049503dc7..0dbedc23577c 100644 --- a/pkgs/by-name/li/libargon2/package.nix +++ b/pkgs/by-name/li/libargon2/package.nix @@ -39,6 +39,7 @@ stdenv.mkDerivation rec { ] ++ lib.optionals stdenv.hostPlatform.isStatic [ "LIBRARIES=$(LIB_ST)" + "LINKED_LIB_EXT=" ]; meta = with lib; {