pijul: mark as broken

This commit is contained in:
Tadas Barzdzius 2016-12-29 09:57:39 +02:00
parent cfbbac7cb4
commit d27a658846
1 changed files with 1 additions and 0 deletions

View File

@ -33,5 +33,6 @@ buildRustPackage rec {
license = licenses.gpl3;
platforms = stdenv.lib.platforms.x86_64; # i686 builds fail due to lmdb
maintainers = with maintainers; [ puffnfresh ];
broken = true;
};
}