Commit f0915ee8 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

libfakekey: fix cross build

parent cc6fd182
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
    hash = "sha256-QNJlxZ9uNwNgFWm9qRJdPfusx7dXHZajjFH7wDhpgcs=";
  };

  preConfigure = "./autogen.sh";
  configureScript = "./autogen.sh";

  nativeBuildInputs = [
    automake