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

dnote: init at 0.15.1 #366799

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

dnote: init at 0.15.1 #366799

wants to merge 1 commit into from

Conversation

Bot-wxt1221
Copy link
Member

@Bot-wxt1221 Bot-wxt1221 commented Dec 20, 2024

Fix #366605
Fix #366604

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • 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/)
  • 25.05 Release Notes (or backporting 24.11 and 25.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.

Add a 👍 reaction to pull requests you find important.

@Bot-wxt1221 Bot-wxt1221 force-pushed the dnote branch 2 times, most recently from 8f7ca5d to 37935f6 Compare December 20, 2024 12:57
@Bot-wxt1221 Bot-wxt1221 force-pushed the dnote branch 2 times, most recently from a7ce60d to 5ef2499 Compare December 20, 2024 13:43
@ofborg ofborg bot added the ofborg-internal-error Ofborg encountered an error label Dec 20, 2024
@Bot-wxt1221
Copy link
Member Author

@ofborg eval

@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 1 10.rebuild-linux: 1 labels Dec 21, 2024
@Bot-wxt1221 Bot-wxt1221 removed the ofborg-internal-error Ofborg encountered an error label Dec 21, 2024
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/4986

@Bot-wxt1221
Copy link
Member Author

nixpkgs-reviewd workflow started

  • Extra args: ``
  • Free space: true
  • Who asked: Bot-wxt1221

TARGETS

  • x86_64-linux: true
  • x86_64-darwin: true
  • aarch64-darwin: true

Status and logs: https://github.com/Bot-wxt1221/nixpkgs-reviewd/actions/runs/12453490143

@Bot-wxt1221
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 366799


x86_64-linux

✅ 1 package built:
  • dnote

@Bot-wxt1221
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 366799


x86_64-darwin

✅ 1 package built:
  • dnote

@Bot-wxt1221
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 366799


aarch64-darwin

✅ 1 package built:
  • dnote

meta = {
homepage = "https://www.getdnote.com/";
description = "Simple command line notebook for programmers";
changelog = "https://github.com/dnote/dnote/blob/master/CHANGELOG.md";
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
changelog = "https://github.com/dnote/dnote/blob/master/CHANGELOG.md";
changelog = "https://github.com/dnote/dnote/blob/cli-v${version}/CHANGELOG.md";

pkgs/by-name/dn/dnote/package.nix Outdated Show resolved Hide resolved
];

preBuild = ''
patchShebangs .
Copy link
Member

Choose a reason for hiding this comment

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

Can we limit that to some files/directories?

Copy link
Member Author

Choose a reason for hiding this comment

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

Look at build logs, lots of script has patched in almost every directory.

pkgs/by-name/dn/dnote/package.nix Show resolved Hide resolved
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.

Package request: dnote client Package request: dnote server
3 participants