mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
maintainers: add poperigby
This commit is contained in:
parent
950184cf58
commit
e55ed5e394
|
@ -16230,6 +16230,11 @@
|
|||
githubId = 4201956;
|
||||
name = "pongo1231";
|
||||
};
|
||||
PopeRigby = {
|
||||
name = "PopeRigby";
|
||||
github = "poperigby";
|
||||
githubId = 20866468;
|
||||
};
|
||||
poptart = {
|
||||
email = "poptart@hosakacorp.net";
|
||||
github = "terrorbyte";
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
gzip,
|
||||
libvorbis,
|
||||
libmad,
|
||||
vulkan-headers,
|
||||
vulkan-loader,
|
||||
moltenvk,
|
||||
}:
|
||||
|
@ -36,7 +35,6 @@ stdenv.mkDerivation rec {
|
|||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
vulkan-headers
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
@ -80,6 +78,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
maintainers = with maintainers; [ ylh ];
|
||||
maintainers = with maintainers; [ PopeRigby ylh ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue