Merge #292260: libpsl: split outputs

...into staging
This commit is contained in:
Vladimír Čunát 2024-03-12 07:39:02 +01:00
commit 43a630fcb1
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@ stdenv.mkDerivation rec {
hash = "sha256-mp9qjG7bplDPnqVUdc0XLdKEhzFoBOnHMgLZdXLNOi0=";
};
# bin/psl-make-dafsa brings a large runtime closure through python3
outputs = [ "bin" "out" "dev" ];
nativeBuildInputs = [
autoreconfHook
docbook_xsl

View File

@ -186,7 +186,7 @@ let
# available for aarch64. It has to be called
# libpsl.x86_64.so or it isn't found.
postPatch = ''
cp $(readlink -f ${libpsl}/lib/libpsl.so) vendor/libpsl.x86_64.so
cp $(readlink -f ${lib.getLib libpsl}/lib/libpsl.so) vendor/libpsl.x86_64.so
'';
};
};