Unverified Commit 9b8fec77 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

scalpel: fix cross build (#374842)

parents 6e6df29b c875c338
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ stdenv.mkDerivation (finalAttrs: {
    autoconf
    automake
    libtool
  ];

  buildInputs = [
    tre
  ];