Merge pull request #42470 from dtzWill/fix/dmraid-musl-headers

dmraid: patch to fix users of dmraid when using musl
This commit is contained in:
Will Dietz 2018-06-23 21:20:35 -05:00 committed by GitHub
commit 99e12fcf83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,12 @@ stdenv.mkDerivation rec {
stripLen = 2;
extraPrefix = "1.0.0.rc16/";
})
(fetchpatch {
url = "https://raw.githubusercontent.com/void-linux/void-packages/fceed4b8e96b3c1da07babf6f67b6ed1588a28b2/srcpkgs/dmraid/patches/007-fix-loff_t-musl.patch";
sha256 = "0msnq39qnzg3b1pdksnz1dgqwa3ak03g41pqh0lw3h7w5rjc016k";
stripLen = 2;
extraPrefix = "1.0.0.rc16/";
})
];
postPatch = ''