1 { lib, stdenv, fetchFromGitLab, icmake
2 , libmilter, libX11, openssl, readline
5 stdenv.mkDerivation rec {
9 src = fetchFromGitLab {
10 sha256 = "sha256:14lvxzkxmkk54s97ah996m6s1wbw1g3iwawbhsf8qw7sf75vlp1h";
11 domain = "gitlab.com";
17 buildInputs = [ libmilter libX11 openssl readline util-linux ];
18 nativeBuildInputs = [ icmake yodl ];
21 sourceRoot=$(echo */bobcat)
25 substituteInPlace INSTALL.im --replace /usr $out
39 description = "Brokken's Own Base Classes And Templates";
40 homepage = "https://fbb-git.gitlab.io/bobcat/";
41 license = licenses.gpl3;
42 platforms = platforms.linux;