pkgsStatic.libargon2: fix broken symlinks (#378025)

This commit is contained in:
Connor Baker
2025-01-30 09:22:44 -08:00
committed by GitHub
+1
View File
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
]
++ lib.optionals stdenv.hostPlatform.isStatic [
"LIBRARIES=$(LIB_ST)"
"LINKED_LIB_EXT="
];
meta = with lib; {