mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 04:03:04 +00:00
obs-studio-plugins.obs-ndi: 4.13.2 -> 4.14.1
This commit is contained in:
parent
10a00799c4
commit
fb9b11e6ab
@ -1,17 +1,17 @@
|
||||
{ lib, stdenv, fetchFromGitHub, obs-studio, cmake, qtbase, ndi }:
|
||||
{ lib, stdenv, fetchFromGitHub, obs-studio, cmake, qtbase, ndi, curl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "obs-ndi";
|
||||
version = "4.13.2";
|
||||
version = "4.14.1";
|
||||
|
||||
nativeBuildInputs = [ cmake qtbase ];
|
||||
buildInputs = [ obs-studio qtbase ndi ];
|
||||
buildInputs = [ obs-studio qtbase ndi curl ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Palakis";
|
||||
repo = "obs-ndi";
|
||||
rev = version;
|
||||
sha256 = "sha256-DVUoLV2jCdD8qXSpmGvqjrQh02dCLroKsUAb5+lYTog=";
|
||||
sha256 = "sha256-ex/fZmZpFM6GTKNBQClzSf6Ns0Yts5+0PAmf5mIQCwc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -11,6 +11,6 @@ index 0d94add..617af73 100644
|
||||
- locations << "/usr/local/lib";
|
||||
-#endif
|
||||
+ locations << "@NDI@/lib";
|
||||
for (QString location : locations) {
|
||||
for (auto location : locations) {
|
||||
path = QDir::cleanPath(
|
||||
QDir(location).absoluteFilePath(NDILIB_LIBRARY_NAME));
|
||||
|
Loading…
Reference in New Issue
Block a user