Loading pkgs/os-specific/linux/projecteur/default.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib, mkDerivation, fetchFromGitHub, cmake, pkg-config, qtbase, qtgraphicaleffects, wrapQtAppsHook }: mkDerivation rec { pname = "projecteur"; version = "0.9.2"; src = fetchFromGitHub { owner = "jahnf"; repo = "Projecteur"; rev = "v${version}"; fetchSubmodules = false; sha256 = "sha256-kg6oYtJ4H5A6RNATBg+XvMfCb9FlhEBFjfxamGosMQg="; }; buildInputs = [ qtbase qtgraphicaleffects ]; nativeBuildInputs = [ wrapQtAppsHook cmake pkg-config ]; cmakeFlags = [ "-DCMAKE_INSTALL_PREFIX:PATH=${placeholder "out"}" "-DPACKAGE_TARGETS=OFF" "-DCMAKE_INSTALL_UDEVRULESDIR=${placeholder "out"}/lib/udev/rules.d" ]; meta = with lib; { description = "Linux/X11 application for the Logitech Spotlight device (and similar devices)."; homepage = "https://github.com/jahnf/Projecteur"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ benneti ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22752,6 +22752,8 @@ with pkgs; powerstat = callPackage ../os-specific/linux/powerstat { }; projecteur = libsForQt5.callPackage ../os-specific/linux/projecteur { }; smemstat = callPackage ../os-specific/linux/smemstat { }; tgt = callPackage ../tools/networking/tgt { }; Loading
pkgs/os-specific/linux/projecteur/default.nix 0 → 100644 +32 −0 Original line number Diff line number Diff line { lib, mkDerivation, fetchFromGitHub, cmake, pkg-config, qtbase, qtgraphicaleffects, wrapQtAppsHook }: mkDerivation rec { pname = "projecteur"; version = "0.9.2"; src = fetchFromGitHub { owner = "jahnf"; repo = "Projecteur"; rev = "v${version}"; fetchSubmodules = false; sha256 = "sha256-kg6oYtJ4H5A6RNATBg+XvMfCb9FlhEBFjfxamGosMQg="; }; buildInputs = [ qtbase qtgraphicaleffects ]; nativeBuildInputs = [ wrapQtAppsHook cmake pkg-config ]; cmakeFlags = [ "-DCMAKE_INSTALL_PREFIX:PATH=${placeholder "out"}" "-DPACKAGE_TARGETS=OFF" "-DCMAKE_INSTALL_UDEVRULESDIR=${placeholder "out"}/lib/udev/rules.d" ]; meta = with lib; { description = "Linux/X11 application for the Logitech Spotlight device (and similar devices)."; homepage = "https://github.com/jahnf/Projecteur"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ benneti ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22752,6 +22752,8 @@ with pkgs; powerstat = callPackage ../os-specific/linux/powerstat { }; projecteur = libsForQt5.callPackage ../os-specific/linux/projecteur { }; smemstat = callPackage ../os-specific/linux/smemstat { }; tgt = callPackage ../tools/networking/tgt { };