Unverified Commit 15669223 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #201744 from NickCao/various-cross-fix

uucp, autojump: fix cross compilation
parents 084a1fd5 f6a2ef38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
    sha256 = "1rgpsh70manr2dydna9da4x7p8ahii7dgdgwir5fka340n1wrcws";
  };

  buildInputs = [ python3 bash ];
  nativeBuildInputs = [ python3 ];
  dontBuild = true;

  installPhase = ''
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
    sed -i '/chown $(OWNER)/d' Makefile.in
  '';

  makeFlags = [ "AR:=$(AR)" ];

  meta = {
    description = "Unix-unix cp over serial line, also includes cu program";