squashfuse: init at unstable-2018-02-20
This commit is contained in:
parent
6f8176ac43
commit
5c25232728
@ -6,10 +6,8 @@ with stdenv.lib;
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "squashfuse";
|
pname = "squashfuse";
|
||||||
version = "0.1.101";
|
version = "unstable-2018-02-20";
|
||||||
rev = "371e4bee9caa254d842913df9bdbcc795c5b342c";
|
name = "${pname}-${version}";
|
||||||
short_rev = "${builtins.substring 0 7 rev}";
|
|
||||||
name = "${pname}-${version}-${short_rev}";
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "FUSE filesystem to mount squashfs archives";
|
description = "FUSE filesystem to mount squashfs archives";
|
||||||
@ -26,17 +24,10 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vasi";
|
owner = "vasi";
|
||||||
repo = "${pname}";
|
repo = "${pname}";
|
||||||
rev = "${rev}";
|
rev = "3f4a93f373796e88f7eee3a0c005ef60cb395d30";
|
||||||
sha256 = "0i9p8r1c128hzy0cwmga1x7q8zk7kw68mh8li5ipfz8zba60d7vz";
|
sha256 = "07jv4qjjz9ky3mw3p5prgs19g1bna9dcd7jjdz8083s1wyipdgcq";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/vasi/squashfuse/commit/0c44cb2abe402d6e352dd47ac8b7e7495c7c2a6f.patch";
|
|
||||||
sha256 = "0z53p7pi3ap05n0bxhmka4sz12cw2cjjvc7xn9jppbyynfzx32m0";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook libtool pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook libtool pkgconfig ];
|
||||||
buildInputs = [ lz4 xz zlib lzo zstd fuse ];
|
buildInputs = [ lz4 xz zlib lzo zstd fuse ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user