pantalaimon{,-headless}: migrate to by-name (#485428)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pantalaimon,
|
||||
...
|
||||
}@args:
|
||||
|
||||
pantalaimon.override (
|
||||
{
|
||||
enableDbusUi = false;
|
||||
}
|
||||
// removeAttrs args [ "pantalaimon" ]
|
||||
)
|
||||
@@ -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]
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user