Skip to content

Commit

Permalink
liburing: replace obsoleted patch with new upstream patch
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Aug 20, 2019
1 parent bc18550 commit 13b6117
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 33 deletions.
11 changes: 7 additions & 4 deletions pkgs/development/libraries/liburing/default.nix
Expand Up @@ -42,11 +42,14 @@ stdenv.mkDerivation rec {
# Finally, this patch fixes the aarch64-linux support introduced by the
# first patch, but which was _broken_ by the second patch, in a horrid
# twist of fate: it neglected to change the names of the aarch64 barriers
# appropriately. (I assume the author did not attempt to compile for
# aarch64, hence this regression)
# appropriately.
#
# Not yet upstream: TBD.
./fix-aarch64-barrier-names.patch
# Already upstream: remove when moving to the next version
(fetchpatch {
url = "http://git.kernel.dk/cgit/liburing/patch/?id=6e9dd0c8c50b5988a0c77532c9c2bd6afd4790d2";
sha256 = "11mqa1bp2pdfqh08gpcd98kg7lh3rrng41b4l1wvhxdbvg5rfw9c";
})

];

separateDebugInfo = true;
Expand Down

This file was deleted.

0 comments on commit 13b6117

Please sign in to comment.