remove inspect
package: we're not using it
This commit is contained in:
parent
9a843e614d
commit
e1988e6703
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user