1 { lib, stdenv, fetchurl, perl, fuse }:
3 stdenv.mkDerivation rec {
8 url = "https://chunkfs.florz.de/chunkfs_${version}.tar.gz";
9 sha256 = "4c168fc2b265a6ba34afc565707ea738f34375325763c0596f2cfa1c9b8d40f1";
12 buildInputs = [perl fuse];
21 mkdir -p $out/share/man/man1
25 description = "FUSE filesystems for viewing chunksync-style directory trees as a block device and vice versa";
26 homepage = "http://chunkfs.florz.de/";
27 license = lib.licenses.gpl2Plus;
28 platforms = with lib.platforms; linux;