From f6d4d5907ec6f1dafff3b14d262f16f96f8ed6a0 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Sat, 13 Sep 2014 14:52:47 +0200 Subject: ilixi: mark as broken It's broken since the directfb 1.6.3 -> 1.7.6 update, commit bb7138e9a983f8393116af192db38ec2954de401 ("directfb: Update to 1.7.6"). [...] building libilixi_graphics_la-Surface.lo CXX libilixi_graphics_la-Surface.lo Surface.cpp: In member function 'void ilixi::Surface::setGeometry(int, int, int, int)': Surface.cpp:157:44: error: in C++98 'r' must be initialized by constructor, not by '{...}' DFBRectangle r = { x, y, width, height }; --- pkgs/development/libraries/ilixi/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/libraries/ilixi') diff --git a/pkgs/development/libraries/ilixi/default.nix b/pkgs/development/libraries/ilixi/default.nix index dd8ad8b3561..6fd204c236f 100644 --- a/pkgs/development/libraries/ilixi/default.nix +++ b/pkgs/development/libraries/ilixi/default.nix @@ -23,5 +23,6 @@ stdenv.mkDerivation rec { license = licenses.lgpl3; platforms = platforms.linux; maintainers = [ maintainers.bjornfor ]; + broken = true; # broken by the directfb 1.6.3 -> 1.7.6 update }; } -- cgit 1.4.1