Unverified Commit 30d91f86 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

libbytesize: fix cross compilation (#354886)

parents 19dc44bb d2bde715
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = ''