mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
luakit: clear input parameters
This commit is contained in:
parent
ad77064254
commit
25ede4e8fd
@ -7,12 +7,15 @@
|
||||
, glib-networking
|
||||
, gst_all_1
|
||||
, gtk3
|
||||
, luafilesystem
|
||||
, luajitPackages
|
||||
, luajit
|
||||
, sqlite
|
||||
, webkitgtk_4_0
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (luajitPackages) luafilesystem;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "luakit";
|
||||
version = "2.3.3";
|
||||
|
@ -30778,9 +30778,7 @@ with pkgs;
|
||||
|
||||
lime = callPackage ../development/libraries/lime { };
|
||||
|
||||
luakit = callPackage ../applications/networking/browsers/luakit {
|
||||
inherit (luajitPackages) luafilesystem;
|
||||
};
|
||||
luakit = callPackage ../applications/networking/browsers/luakit { };
|
||||
|
||||
looking-glass-client = callPackage ../applications/virtualization/looking-glass-client { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user