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

Init Treedome Package #253047

Closed
wants to merge 2,175 commits into from
Closed

Init Treedome Package #253047

wants to merge 2,175 commits into from

Conversation

tengkuizdihar
Copy link
Contributor

Description of changes

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.11 Release Notes (or backporting 23.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Copy link
Member

@nagy nagy left a comment

Choose a reason for hiding this comment

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

Thanks, can you follow the guidelines for the commit message at https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions ?

runHook postBuild
'';

installPhase = ''
Copy link
Member

Choose a reason for hiding this comment

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

This needs runHook preInstall and runHook postInstall.

description = "A local-first, encrypted, note taking application with tree-like structures, all written and saved in markdown.";
homepage = "https://gitlab.com/treedome/treedome";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ tengkuizdihar ];
Copy link
Member

Choose a reason for hiding this comment

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

Can you add mainProgram = "treedome"; ?

@tengkuizdihar
Copy link
Contributor Author

tengkuizdihar commented Sep 3, 2023 via email

@tengkuizdihar tengkuizdihar marked this pull request as draft September 3, 2023 13:46
'';

meta = with lib; {
description = "A local-first, encrypted, note taking application with tree-like structures, all written and saved in markdown.";
Copy link
Contributor

Choose a reason for hiding this comment

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

The description should not include a period at the end. See https://nixos.org/manual/nixpkgs/stable/#var-meta-description

reedrw and others added 22 commits December 14, 2023 14:46
(cherry picked from commit cfe3e68)
…-23.11

[Backport release-23.11] stdenvNoLibs: fix typo
Seems to only occur on some GPUs, e.g. some Intel GPUs. See also
bitwarden/clients#6560. Cannot go back to
electron 25 easily due to
NixOS#272912.

Since upstream has a commit to do this, backport it (it does not apply
cleanly, though, so vendor).

(cherry picked from commit 333dadb)
… with element-hq/synapse

(cherry picked from commit 7f7ab04)
…-23.11

[Backport release-23.11] treewide: replace references to matrix-org/synapse with element-hq/synapse
…-23.11

[Backport release-23.11] matrix-synapse: build a pythonEnv out of extraPackages to include dependencies
Fixes CVE-2023-47235 (crash of bgpd on malformed multi-protocol bgp
message).

Some other notable fixes:

    ospfd: Fix infinite loop when listing OSPF interfaces
    zebra: Prevent null pointer dereference

Full list of changes: https://frrouting.org/release/9.0.2/

Signed-off-by: Markus Theil <theil.markus@gmail.com>
(cherry picked from commit 403e3db)
…-23.11

[Backport release-23.11] libnvme: apply ns scan payload alignment patch
Already removed from our tree and nowhere exposed, so no need to keep it
here.

(cherry picked from commit 5f6dbf8)
@tengkuizdihar
Copy link
Contributor Author

tengkuizdihar commented Dec 29, 2023

oh no

sorry for the spams, should've just rebased it

@NixOS NixOS locked and limited conversation to collaborators Apr 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet