Merge pull request #101810 from lopsided98/liburing-cross-fix

liburing: fix cross-compilation
This commit is contained in:
Doron Behar 2020-10-27 09:11:50 +02:00 committed by GitHub
commit c7f819c39e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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