vimiv: mark as broken

cc @aszlig
This commit is contained in:
Robin Gloster 2017-03-30 16:18:36 +02:00
parent c38d6b493e
commit 62303628ce
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -68,5 +68,6 @@ python3Packages.buildPythonApplication rec {
description = "An image viewer with Vim-like keybindings";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
broken = true;
};
}