rippled: mark build broken

This commit is contained in:
Emery Hemingway 2017-08-29 08:19:34 -05:00
parent 9aaa6cda39
commit 3cf149c60d

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ehmry offline ];
license = licenses.isc;
platforms = [ "x86_64-linux" ];
broken = true;
};
}