liburing: fix cross-compilation
This commit is contained in:
parent
e6a40af16c
commit
b70ab2350a
@ -28,6 +28,9 @@ stdenv.mkDerivation rec {
|
||||
)
|
||||
'';
|
||||
|
||||
# Doesn't recognize platform flags
|
||||
configurePlatforms = [];
|
||||
|
||||
outputs = [ "out" "bin" "dev" "man" ];
|
||||
|
||||
postInstall =
|
||||
|
Loading…
Reference in New Issue
Block a user