hyperion-ng: 2.0.14 -> 2.0.16
This commit is contained in:
parent
12228ff175
commit
b745b4f77c
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub
|
{ stdenv, lib, fetchFromGitHub
|
||||||
, cmake, wrapQtAppsHook, perl
|
, cmake, wrapQtAppsHook, perl
|
||||||
, flatbuffers, protobuf, mbedtls
|
, flatbuffers, protobuf, mbedtls
|
||||||
, hidapi, libcec, libusb1
|
, alsa-lib, hidapi, libcec, libusb1
|
||||||
, libX11, libxcb, libXrandr, python3
|
, libX11, libxcb, libXrandr, python3
|
||||||
, qtbase, qtserialport, qtsvg, qtx11extras
|
, qtbase, qtserialport, qtsvg, qtx11extras
|
||||||
, withRPiDispmanx ? false, libraspberrypi
|
, withRPiDispmanx ? false, libraspberrypi
|
||||||
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hyperion.ng";
|
pname = "hyperion.ng";
|
||||||
version = "2.0.14";
|
version = "2.0.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hyperion-project";
|
owner = "hyperion-project";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Y1PZ+YyPMZEX4fBpMG6IVT1gtXR9ZHlavJMCQ4KAenc=";
|
hash = "sha256-nQPtJw9DOKMPGI5trxZxpP+z2PYsbRKqOQEyaGzvmmA=";
|
||||||
# needed for `dependencies/external/`:
|
# needed for `dependencies/external/`:
|
||||||
# * rpi_ws281x` - not possible to use as a "system" lib
|
# * rpi_ws281x` - not possible to use as a "system" lib
|
||||||
# * qmdnsengine - not in nixpkgs yet
|
# * qmdnsengine - not in nixpkgs yet
|
||||||
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
alsa-lib
|
||||||
hidapi
|
hidapi
|
||||||
libusb1
|
libusb1
|
||||||
libX11
|
libX11
|
||||||
|
@ -30663,9 +30663,7 @@ with pkgs;
|
|||||||
|
|
||||||
hydroxide = callPackage ../applications/networking/hydroxide { };
|
hydroxide = callPackage ../applications/networking/hydroxide { };
|
||||||
|
|
||||||
hyperion-ng = libsForQt5.callPackage ../applications/video/hyperion-ng {
|
hyperion-ng = libsForQt5.callPackage ../applications/video/hyperion-ng { };
|
||||||
protobuf = protobuf_21;
|
|
||||||
};
|
|
||||||
|
|
||||||
hyperledger-fabric = callPackage ../tools/misc/hyperledger-fabric { };
|
hyperledger-fabric = callPackage ../tools/misc/hyperledger-fabric { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user