11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-uWx3riRc79VKh7qniWFjxxc7v6l6cW0i31HxoN1BSdA=";
23 # rely on compiler command line for __int128 and std::decimal::decimal128
25 url = "https://github.com/mariuz/flamerobin/commit/8e0ea6d42aa28a4baeaa8c8b8b57c56eb9ae3540.patch";
26 sha256 = "sha256-l6LWXA/sRQGQKi798bzl0iIJ2vdvXHOjG7wdFSXv+NM=";
30 enableParallelBuilding = true;
32 nativeBuildInputs = [ cmake ];
41 description = "Database administration tool for Firebird RDBMS";
42 homepage = "https://github.com/mariuz/flamerobin";
43 license = licenses.bsdOriginal;
44 maintainers = with maintainers; [ uralbash ];
45 platforms = platforms.unix;