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:
Benjamin Lee 2024-05-23 15:45:10 -07:00
parent 857ac42aac
commit 7138eebeb2
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4

View file

@ -180,10 +180,6 @@
# Useful for editing the book locally
mdbook
])
++ (if !pkgsHost.stdenv.isDarwin then [
# Needed for building with io_uring
pkgsHost.liburing
] else [])
++ scopeHost.main.propagatedBuildInputs
++ scopeHost.main.nativeBuildInputs;
};