libbytesize: fix cross compilation (#354886)

This commit is contained in:
Aleksana
2024-11-14 10:31:18 +08:00
committed by GitHub
+4
View File
@@ -42,6 +42,9 @@ stdenv.mkDerivation (finalAttrs: {
libxslt
pkg-config
python3Packages.python
];
nativeInstallCheckInputs = [
python3Packages.pythonImportsCheckHook
];
@@ -51,6 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
pcre2
];
doInstallCheck = true;
strictDeps = true;
postInstall = ''