11 stdenv.mkDerivation rec {
12 pname = "guile-sqlite3";
15 src = fetchFromGitea {
16 domain = "notabug.org";
20 sha256 = "sha256-C1a6lMK4O49043coh8EQkTWALrPolitig3eYf+l+HmM=";
36 makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
37 enableParallelBuilding = true;
40 description = "Guile bindings for the SQLite3 database engine";
41 homepage = "https://notabug.org/guile-sqlite3/guile-sqlite3";
42 license = licenses.gpl3Plus;
43 maintainers = with maintainers; [ miangraham ];
44 platforms = guile.meta.platforms;