Merge pull request #127892 from SuperSandro2000/python3Packages.extractcode-libarchive

python3Packages.extractcode-libarchive: fix eval
This commit is contained in:
Sandro 2021-06-23 15:41:38 +02:00 committed by GitHub
commit 21507014bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -6,12 +6,13 @@
, bzip2
, expat
, lz4
, lzma
, xz
, zlib
, zstd
, plugincode
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "extractcode-libarchive";
version = "21.4.4";
@ -34,7 +35,7 @@ buildPythonPackage rec {
ln -s ${lib.getLib bzip2}/lib/libbz2.so libbz2-la3511.so.1.0
ln -s ${lib.getLib expat}/lib/libexpat.so libexpat-la3511.so.1
ln -s ${lib.getLib lz4}/lib/liblz4.so liblz4-la3511.so.1
ln -s ${lib.getLib lzma}/lib/liblzma.so liblzma-la3511.so.5
ln -s ${lib.getLib xz}/lib/liblzma.so liblzma-la3511.so.5
ln -s ${lib.getLib zlib}/lib/libz.so libz-la3511.so.1
ln -s ${lib.getLib zstd}/lib/libzstd.so libzstd-la3511.so.1

View file

@ -2386,7 +2386,7 @@ in {
bzip2
expat
lz4
lzma
xz
zlib
zstd;
};