mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
input-leap: unstable-2023-12-27 -> 3.0.2
This commit is contained in:
parent
782b08ba3d
commit
5b9b47844c
@ -1,5 +1,5 @@
|
||||
{ lib
|
||||
, mkDerivation
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
|
||||
@ -22,21 +22,22 @@
|
||||
, qtbase
|
||||
, qttools
|
||||
, wrapGAppsHook3
|
||||
, wrapQtAppsHook
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "input-leap";
|
||||
version = "unstable-2023-12-27";
|
||||
version = "3.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "input-leap";
|
||||
repo = "input-leap";
|
||||
rev = "ecf1fb6645af7b79e6ea984d3c9698ca0ab6f391";
|
||||
hash = "sha256-TEv1xR1wUG3wXNATLLIZKOtW05X96wsPNOlE77OQK54=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-YkBHvwN573qqQWe/p0n4C2NlyNQHSZNz2jyMKGPITF4=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config cmake wrapGAppsHook3 qttools ];
|
||||
nativeBuildInputs = [ pkg-config cmake wrapGAppsHook3 wrapQtAppsHook qttools ];
|
||||
buildInputs = [
|
||||
curl qtbase avahi
|
||||
libX11 libXext libXtst libXinerama libXrandr libXdmcp libICE libSM
|
||||
|
@ -29002,7 +29002,7 @@ with pkgs;
|
||||
|
||||
icesl = callPackage ../applications/misc/icesl { };
|
||||
|
||||
input-leap = libsForQt5.callPackage ../applications/misc/input-leap {
|
||||
input-leap = qt6Packages.callPackage ../applications/misc/input-leap {
|
||||
avahi = avahi.override { withLibdnssdCompat = true; };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user