liburing: fix cross-compilation

This commit is contained in:
Ben Wolsieffer 2020-10-26 20:33:43 -04:00
parent e6a40af16c
commit b70ab2350a

View File

@ -28,6 +28,9 @@ stdenv.mkDerivation rec {
)
'';
# Doesn't recognize platform flags
configurePlatforms = [];
outputs = [ "out" "bin" "dev" "man" ];
postInstall =