14 stdenv.mkDerivation rec {
18 src = fetchFromGitLab {
19 domain = "gitlab.com";
23 hash = "sha256-JLJKaJmztputIon9JkKzpm3Ch60iwm4Imh9p42crYzA=";
26 sourceRoot = "${src.name}/bobcat";
29 substituteInPlace INSTALL.im \
30 --replace "/usr" "$out"
31 sed -i "6i #include <cstdint>" logbuf/logbuf
68 description = "Brokken's Own Base Classes And Templates";
69 homepage = "https://fbb-git.gitlab.io/bobcat/";
70 license = licenses.gpl3Only;
71 platforms = platforms.linux;