Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotdoc: init at 0.12.2 #98767

Closed
wants to merge 4 commits into from
Closed

hotdoc: init at 0.12.2 #98767

wants to merge 4 commits into from

Conversation

doronbehar
Copy link
Contributor

Motivation for this change

Fix #98762 .

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

pkgs/development/tools/hotdoc/default.nix Outdated Show resolved Hide resolved
pkgs/development/tools/hotdoc/default.nix Show resolved Hide resolved
meta = {
description = "HotDoc: the tastiest API documentation system";
homepage = "https://hotdoc.github.io/";
license = with lib.licenses; [ lgpl2Plus ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
license = with lib.licenses; [ lgpl2Plus ];
license = with lib.licenses; [ lgpl21Plus ];

@jonringer
Copy link
Contributor

@GrahamcOfBorg eval

pkgs/development/python-modules/dbus-deviation/default.nix Outdated Show resolved Hide resolved
pkgs/top-level/python-packages.nix Outdated Show resolved Hide resolved
@doronbehar
Copy link
Contributor Author

I addressed the latest reviews, but maybe let's not merge it yet? Until we are sure it builds gst's docs right. TBH I don't know if I'll find the time for this in the upcoming weeks.

pep8
];

meta = with stdenv.lib; {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
meta = with stdenv.lib; {
meta = with lib; {

Comment on lines +25 to +27
};

}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
};
}
};
}

Comment on lines +51 to +53
prePatch =
# https://github.com/hotdoc/hotdoc/issues/210
''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
prePatch =
# https://github.com/hotdoc/hotdoc/issues/210
''
# https://github.com/hotdoc/hotdoc/issues/210
prePatch = ''

@AndersonTorres
Copy link
Member

@doronbehar friendly ping

@doronbehar
Copy link
Contributor Author

I don't see a need for this package if we don't use it to build gst's docs, especially not maintainig it. The work here can be used by someone else if they find a need for it.

@doronbehar doronbehar closed this Apr 9, 2021
@doronbehar doronbehar deleted the pkg/hotdoc branch March 2, 2023 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hotdoc: needed for updating gst_all_1 derivations
6 participants