remove inspect package: we're not using it

This commit is contained in:
Daniel Barlow 2022-12-23 16:29:12 +00:00
parent 9a843e614d
commit e1988e6703

View File

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