Merge pull request #318489 from PJungkamp/maintainer
Add @PJungkamp to maintainers of `intel-media-sdk` and `vpl-gpu-rt`
This commit is contained in:
@@ -16343,6 +16343,12 @@
|
||||
githubId = 4622652;
|
||||
name = "Pedro Magalhães";
|
||||
};
|
||||
pjungkamp = {
|
||||
email = "philipp@jungkamp.dev";
|
||||
github = "PJungkamp";
|
||||
githubId = 56401138;
|
||||
name = "Philipp Jungkamp";
|
||||
};
|
||||
pkharvey = {
|
||||
email = "kayharvey@protonmail.com";
|
||||
github = "pkharvey";
|
||||
|
||||
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
|
||||
# CMake adds x86 specific compiler flags in <source>/builder/FindGlobals.cmake
|
||||
# NOTE: https://github.com/oneapi-src/oneVPL-intel-gpu/issues/303
|
||||
broken = !stdenv.hostPlatform.isx86;
|
||||
maintainers = [ lib.maintainers.evanrichter ];
|
||||
maintainers = with lib.maintainers; [ evanrichter pjungkamp ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Intel Media SDK";
|
||||
mainProgram = "mfx-tracer-config";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ midchildan ];
|
||||
maintainers = with maintainers; [ midchildan pjungkamp ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user