1 { lib, stdenv, fetchurl, fuse, zlib }:
5 version = "2018-01-07";
8 url = "https://www.sqlite.org/sqlar/tarball/4824e73896/sqlar-src-4824e73896.tar.gz";
9 sha256 = "09pikkbp93gqypn3da9zi0dzc47jyypkwc9vnmfzhmw7kpyv8nm9";
12 buildInputs = [ fuse zlib ];
14 buildFlags = [ "sqlar" "sqlarfs" "CFLAGS=-Wno-error" ];
17 install -D -t $out/bin sqlar sqlarfs
21 homepage = "https://sqlite.org/sqlar";
22 description = "SQLite Archive utilities";
23 license = licenses.bsd2;
24 platforms = platforms.all;
25 maintainers = with maintainers; [ dtzWill ];