Merge branch 'riscv-limitations'

This commit is contained in:
Shea Levy
2018-03-27 11:32:38 -04:00
9 changed files with 17 additions and 16 deletions

View File

@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/seccomp/libseccomp";
license = licenses.lgpl21;
platforms = platforms.linux;
badPlatforms = platforms.riscv;
maintainers = with maintainers; [ thoughtpolice wkennington ];
};
}