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