remove liburing from devshell
This doesn't seem to be necessary to build, and the derivation is broken in pkgsStatic.
This commit is contained in:
parent
188dea13e0
commit
a6742ce8a7
1 changed files with 0 additions and 4 deletions
|
@ -180,10 +180,6 @@
|
||||||
# Useful for editing the book locally
|
# Useful for editing the book locally
|
||||||
mdbook
|
mdbook
|
||||||
])
|
])
|
||||||
++ (if !pkgsHost.stdenv.isDarwin then [
|
|
||||||
# Needed for building with io_uring
|
|
||||||
pkgsHost.liburing
|
|
||||||
] else [])
|
|
||||||
++ scopeHost.main.propagatedBuildInputs
|
++ scopeHost.main.propagatedBuildInputs
|
||||||
++ scopeHost.main.nativeBuildInputs;
|
++ scopeHost.main.nativeBuildInputs;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue