ilixi: remove after being marked broken for over two years
It was marked in commit f6d4d5907e
by Bjørn Forsman on 2014-09-13 (commited on 2014-09-13)
This commit is contained in:
parent
852a93a6c8
commit
03a6a8c2ac
2 changed files with 0 additions and 37 deletions
|
@ -1,35 +0,0 @@
|
|||
{ lib, stdenv, fetchFromGitHub, pkg-config, directfb, libsigcxx, libxml2, fontconfig }:
|
||||
|
||||
# TODO: optional deps: baresip, FusionDale, FusionSound, SaWMan, doxygen,
|
||||
# Reflex, Wnn, NLS
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ilixi";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ilixi";
|
||||
repo = "ilixi";
|
||||
rev = version;
|
||||
sha256 = "05h862r9mhis26v8yf967n86qf8y1gdgfzhbqfsr6pjw1k3v3wdr";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ directfb libsigcxx libxml2 fontconfig ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-log-debug"
|
||||
"--enable-debug"
|
||||
"--enable-trace"
|
||||
"--with-examples"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Lightweight C++ GUI toolkit for embedded Linux systems";
|
||||
homepage = "https://github.com/ilixi/ilixi";
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
broken = true; # broken by the directfb 1.6.3 -> 1.7.6 update
|
||||
};
|
||||
}
|
|
@ -17611,8 +17611,6 @@ with pkgs;
|
|||
|
||||
ilbc = callPackage ../development/libraries/ilbc { };
|
||||
|
||||
ilixi = callPackage ../development/libraries/ilixi { };
|
||||
|
||||
ilmbase = callPackage ../development/libraries/ilmbase { };
|
||||
|
||||
imgui = callPackage ../development/libraries/imgui { };
|
||||
|
|
Loading…
Reference in a new issue