sharutils: Remove crossAttrs

The patch is no longer needed, at least on aarch64-linux
This commit is contained in:
John Ericson
2018-07-24 18:36:59 -04:00
parent c99de14e60
commit 0859696d06
2 changed files with 0 additions and 67 deletions
@@ -34,10 +34,6 @@ stdenv.mkDerivation rec {
doCheck = true;
crossAttrs = {
patches = [ ./sharutils-4.11.1-cross-binary-mode-popen.patch ];
};
meta = with stdenv.lib; {
description = "Tools for remote synchronization and `shell archives'";
longDescription =