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