libbytesize: fix cross compilation (#354886)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user