strace: Fix cross-compilation

This commit is contained in:
Shea Levy
2018-02-28 15:01:31 -05:00
parent 5815c7dfa6
commit d61a22fb0e
2 changed files with 6 additions and 3 deletions
@@ -33,4 +33,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.mit;
};
passthru.supportsHost = !stdenv.hostPlatform.isRiscV;
}