pantalaimon{,-headless}: migrate to by-name (#485428)

This commit is contained in:
Weijia Wang
2026-05-29 18:05:08 +00:00
committed by GitHub
3 changed files with 13 additions and 5 deletions
@@ -0,0 +1,11 @@
{
pantalaimon,
...
}@args:
pantalaimon.override (
{
enableDbusUi = false;
}
// removeAttrs args [ "pantalaimon" ]
)
+2 -1
View File
@@ -77,7 +77,8 @@ python3Packages.buildPythonApplication rec {
];
# darwin has difficulty communicating with server, fails some integration tests
doCheck = !stdenv.hostPlatform.isDarwin;
# Tests are incompatible with pytest>=8 and Python 3.13
doCheck = !stdenv.hostPlatform.isDarwin && python3Packages.pythonOlder "3.13";
postInstall = ''
installManPage docs/man/*.[1-9]
-4
View File
@@ -9721,10 +9721,6 @@ with pkgs;
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
};
pantalaimon-headless = pantalaimon.override {
enableDbusUi = false;
};
parsec-bin = callPackage ../applications/misc/parsec/bin.nix { };
pdfpc = callPackage ../applications/misc/pdfpc {