remove `inspect` package: we're not using it

main
Daniel Barlow 2022-12-23 16:29:12 +00:00
parent 9a843e614d
commit e1988e6703
1 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@
}:
let pname = "dunlin";
lua = lua5_3.withPackages (ps: with ps; [
inspect
lgi
luafilesystem
luaposix
@ -33,7 +32,7 @@ in stdenv.mkDerivation rec {
fennel = fennel_;
version = "0.1";
src =./.;
src = lib.sources.cleanSource ./.;
GIO_EXTRA_MODULES = glib_networking_gio;