mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
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:
commit
99e12fcf83
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user