3
0
Fork 0
forked from mirrors/nixpkgs

obs-studio-plugins.obs-vkcapture: 1.3.1 -> 1.3.2

- Changelog: https://github.com/nowrep/obs-vkcapture/releases/tag/v1.3.2
- Diff: https://github.com/nowrep/obs-vkcapture/compare/v1.3.1...v1.3.2

There were three propagated dependencies generating noise during build: libffi, libXau, and libXdmcp.
This commit is contained in:
PedroHLC ☭ 2023-04-12 19:35:04 -03:00
parent da0b0bc6a5
commit 590b85efc7
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -7,7 +7,10 @@
, wayland
, wayland-scanner
, obs-studio
, libffi
, libX11
, libXau
, libXdmcp
, libxcb
, vulkan-headers
, vulkan-loader
@ -17,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "obs-vkcapture";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "nowrep";
repo = pname;
rev = "v${version}";
hash = "sha256-4rEUA8V5WgAVyBeUT0ALVmj14HaAgeASYd2YiBn8MC0=";
hash = "sha256-UQQ8oBEnOxmSN4ZyW4LdPZYvd5eB9EmdR0UvE1wgMZw=";
};
cmakeFlags = lib.optionals stdenv.isi686 [
@ -35,7 +38,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake extra-cmake-modules ninja wayland-scanner ];
buildInputs = [
libGL
libffi
libX11
libXau
libXdmcp
libxcb
vulkan-headers
vulkan-loader