Skip to content

Commit 25ede4e

Browse files
luakit: clear input parameters
1 parent ad77064 commit 25ede4e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pkgs/applications/networking/browsers/luakit/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
, glib-networking
88
, gst_all_1
99
, gtk3
10-
, luafilesystem
10+
, luajitPackages
1111
, luajit
1212
, sqlite
1313
, webkitgtk_4_0
1414
}:
1515

16+
let
17+
inherit (luajitPackages) luafilesystem;
18+
in
1619
stdenv.mkDerivation rec {
1720
pname = "luakit";
1821
version = "2.3.3";

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30778,9 +30778,7 @@ with pkgs;
3077830778

3077930779
lime = callPackage ../development/libraries/lime { };
3078030780

30781-
luakit = callPackage ../applications/networking/browsers/luakit {
30782-
inherit (luajitPackages) luafilesystem;
30783-
};
30781+
luakit = callPackage ../applications/networking/browsers/luakit { };
3078430782

3078530783
looking-glass-client = callPackage ../applications/virtualization/looking-glass-client { };
3078630784

0 commit comments

Comments
 (0)