Loading pkgs/applications/misc/input-leap/macos-no-dmg.patch→pkgs/by-name/in/input-leap/macos-no-dmg.patch +0 −0 File moved. View file pkgs/applications/misc/input-leap/default.nix→pkgs/by-name/in/input-leap/package.nix +12 −16 Original line number Diff line number Diff line Loading @@ -3,10 +3,6 @@ stdenv, fetchFromGitHub, cmake, withLibei ? !stdenv.hostPlatform.isDarwin, avahi, curl, libICE, libSM, Loading @@ -21,20 +17,20 @@ openssl, pkgsStatic, pkg-config, qtbase, qttools, qt6, wrapGAppsHook3, wrapQtAppsHook, avahi, avahi' ? avahi.override { withLibdnssdCompat = true; }, withLibei ? !stdenv.hostPlatform.isDarwin, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "input-leap"; version = "3.0.3"; src = fetchFromGitHub { owner = "input-leap"; repo = "input-leap"; rev = "v${version}"; rev = "v${finalAttrs.version}"; hash = "sha256-zSaeeMlhpWIX3y4OmZ7eHXCu1HPP7NU5HFkME/JZjuQ="; fetchSubmodules = true; }; Loading @@ -45,14 +41,14 @@ stdenv.mkDerivation rec { pkg-config cmake wrapGAppsHook3 wrapQtAppsHook qttools qt6.wrapQtAppsHook qt6.qttools ]; buildInputs = [ curl qtbase avahi qt6.qtbase avahi' libX11 libXext libXtst Loading @@ -71,7 +67,7 @@ stdenv.mkDerivation rec { ]; cmakeFlags = [ "-DINPUTLEAP_REVISION=${builtins.substring 0 8 src.rev}" "-DINPUTLEAP_REVISION=${builtins.substring 0 8 finalAttrs.src.rev}" ] ++ lib.optional withLibei "-DINPUTLEAP_BUILD_LIBEI=ON"; Loading Loading @@ -102,4 +98,4 @@ stdenv.mkDerivation rec { ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; }; } }) pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -10059,10 +10059,6 @@ with pkgs; espeakedit = callPackage ../applications/audio/espeak/edit.nix { }; input-leap = qt6Packages.callPackage ../applications/misc/input-leap { avahi = avahi.override { withLibdnssdCompat = true; }; }; evolution-data-server-gtk4 = evolution-data-server.override { withGtk3 = false; withGtk4 = true; Loading Loading
pkgs/applications/misc/input-leap/macos-no-dmg.patch→pkgs/by-name/in/input-leap/macos-no-dmg.patch +0 −0 File moved. View file
pkgs/applications/misc/input-leap/default.nix→pkgs/by-name/in/input-leap/package.nix +12 −16 Original line number Diff line number Diff line Loading @@ -3,10 +3,6 @@ stdenv, fetchFromGitHub, cmake, withLibei ? !stdenv.hostPlatform.isDarwin, avahi, curl, libICE, libSM, Loading @@ -21,20 +17,20 @@ openssl, pkgsStatic, pkg-config, qtbase, qttools, qt6, wrapGAppsHook3, wrapQtAppsHook, avahi, avahi' ? avahi.override { withLibdnssdCompat = true; }, withLibei ? !stdenv.hostPlatform.isDarwin, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "input-leap"; version = "3.0.3"; src = fetchFromGitHub { owner = "input-leap"; repo = "input-leap"; rev = "v${version}"; rev = "v${finalAttrs.version}"; hash = "sha256-zSaeeMlhpWIX3y4OmZ7eHXCu1HPP7NU5HFkME/JZjuQ="; fetchSubmodules = true; }; Loading @@ -45,14 +41,14 @@ stdenv.mkDerivation rec { pkg-config cmake wrapGAppsHook3 wrapQtAppsHook qttools qt6.wrapQtAppsHook qt6.qttools ]; buildInputs = [ curl qtbase avahi qt6.qtbase avahi' libX11 libXext libXtst Loading @@ -71,7 +67,7 @@ stdenv.mkDerivation rec { ]; cmakeFlags = [ "-DINPUTLEAP_REVISION=${builtins.substring 0 8 src.rev}" "-DINPUTLEAP_REVISION=${builtins.substring 0 8 finalAttrs.src.rev}" ] ++ lib.optional withLibei "-DINPUTLEAP_BUILD_LIBEI=ON"; Loading Loading @@ -102,4 +98,4 @@ stdenv.mkDerivation rec { ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; }; } })
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -10059,10 +10059,6 @@ with pkgs; espeakedit = callPackage ../applications/audio/espeak/edit.nix { }; input-leap = qt6Packages.callPackage ../applications/misc/input-leap { avahi = avahi.override { withLibdnssdCompat = true; }; }; evolution-data-server-gtk4 = evolution-data-server.override { withGtk3 = false; withGtk4 = true; Loading