falkon: broken for now

This commit is contained in:
Peter Hoeg 2017-10-21 10:28:01 +08:00
parent 6aeaadfb8a
commit 70b3fbde6e

View File

@ -40,5 +40,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix;
broken = true;
};
}