btrfsProgs: Update 3.14 -> 3.14.2 (close #2797)
This commit is contained in:
parent
39bd9f8b1b
commit
215ce62596
@ -1,16 +1,20 @@
|
|||||||
{ stdenv, fetchurl, attr, acl, zlib, libuuid, e2fsprogs, lzo }:
|
{ stdenv, fetchurl, attr, acl, zlib, libuuid, e2fsprogs, lzo
|
||||||
|
, asciidoc, xmlto, docbook_xml_dtd_45, docbook_xsl, libxslt }:
|
||||||
|
|
||||||
let version = "3.14"; in
|
let version = "3.14.2"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "btrfs-progs-${version}";
|
name = "btrfs-progs-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/kernel/people/mason/btrfs-progs/btrfs-progs-v${version}.tar.xz";
|
url = "mirror://kernel/linux/kernel/people/mason/btrfs-progs/btrfs-progs-v${version}.tar.xz";
|
||||||
sha256 = "1qjy4bc96nfzkdjp6hwb85aasqs87nkmgi8pl6qa6cpvml3627cq";
|
sha256 = "14vpj6f2v076v9zabgrz8l4dp6n1ar2mvk3lvii51ykvi35d1qbh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ attr acl zlib libuuid e2fsprogs lzo ];
|
buildInputs = [
|
||||||
|
attr acl zlib libuuid e2fsprogs lzo
|
||||||
|
asciidoc xmlto docbook_xml_dtd_45 docbook_xsl libxslt
|
||||||
|
];
|
||||||
|
|
||||||
# for btrfs to get the rpath to libgcc_s, needed for pthread_cancel to work
|
# for btrfs to get the rpath to libgcc_s, needed for pthread_cancel to work
|
||||||
NIX_CFLAGS_LINK = "-lgcc_s";
|
NIX_CFLAGS_LINK = "-lgcc_s";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user