Merge pull request #326329 from pedohorse/houdini-maintainer-update

houdini: maintainer update
This commit is contained in:
Aleksana
2024-07-12 21:11:43 +08:00
committed by GitHub
3 changed files with 15 additions and 9 deletions
+5
View File
@@ -15519,6 +15519,11 @@
githubId = 943430;
name = "David Hagege";
};
pedohorse = {
github = "pedohorse";
githubId = 13556996;
name = "pedohorse";
};
pedrohlc = {
email = "root@pedrohlc.com";
github = "PedroHLC";
@@ -100,4 +100,14 @@ buildFHSEnv rec {
export LD_LIBRARY_PATH=${lib.makeLibraryPath [ncurses5]}:$LD_LIBRARY_PATH
exec "$@"
'';
meta = {
description = "3D animation application software";
homepage = "https://www.sidefx.com";
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
mainProgram = "houdini";
hydraPlatforms = [ ]; # requireFile src's should be excluded
maintainers = with lib.maintainers; [ canndrew kwohlfahrt pedohorse ];
};
}
@@ -23,13 +23,4 @@ stdenv.mkDerivation rec {
'';
dontFixup = true;
meta = with lib; {
description = "3D animation application software";
homepage = "https://www.sidefx.com";
license = licenses.unfree;
platforms = platforms.linux;
hydraPlatforms = [ ]; # requireFile src's should be excluded
maintainers = with maintainers; [ canndrew kwohlfahrt ];
};
}