From 4d7e3be8bb60fbb46a6380148ce6c4e79f3b06df Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Wed, 23 Mar 2016 08:44:05 -0500 Subject: [PATCH] calamares: mark broken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit b8db5897c757a9a828e4bc64786ac508e8a950bb) Signed-off-by: Domen Kožar --- pkgs/tools/misc/calamares/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/calamares/default.nix b/pkgs/tools/misc/calamares/default.nix index ab00d52c7779..f9f9f06eb518 100644 --- a/pkgs/tools/misc/calamares/default.nix +++ b/pkgs/tools/misc/calamares/default.nix @@ -51,5 +51,6 @@ stdenv.mkDerivation rec { license = licenses.gpl3; maintainers = with stdenv.lib.maintainers; [ tstrobel ]; platforms = platforms.linux; + broken = true; }; }