1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0ggs69qamaama5mid07mhp95m1x42wljdb953lrwfr7p8p6f8czh";
15 ${stdenv.cc.targetPrefix}cc -o dejsonlz4 src/dejsonlz4.c src/lz4.c
20 cp dejsonlz4 $out/bin/
24 description = "Decompress Mozilla Firefox bookmarks backup files";
25 homepage = "https://github.com/avih/dejsonlz4";
26 license = licenses.bsd2;
27 maintainers = with maintainers; [ mt-caret ];
28 platforms = platforms.all;