text-engine: 0.1.1 -> 0.1.1-unstable-2024-09-16#369058
Conversation
|
would it make sense to add a mention to mjakeman/text-engine#40 all like "todo: revert back to a stable release once this gets dealt with"? |
|
@poopsicles For your last point: that's what's usually done anyway. |
|
@paveloom aight, i was trying to make an overlay for this because of #369069 and ended up with: nixpkgs.overlays = [
(final: prev: {
# until #369058 gets merged: https://nixpk.gs/pr-tracker.html?pr=369058
text-engine = prev.text-engine.overrideAttrs (old: {
src = prev.fetchFromGitHub {
owner = "mjakeman";
repo = "text-engine";
rev = "4c26887556fd8e28211324c4058d49508eb5f557";
hash = "sha256-0rMBz2s3wYv7gZiJTj8rixWxBjT6Dd6SaINP8kDbTyw=";
};
patches = [];
});
});
];but in the process of doing so realised that it also doesn't appear to be used by any other package in nixpkgs (i think): $ cd nixpkgs
$ grep -ri "text-engine" *
pkgs/by-name/gn/gnome-extension-manager/package.nix: text-engine,
pkgs/by-name/gn/gnome-extension-manager/package.nix: text-engine
pkgs/by-name/te/text-engine/package.nix: pname = "text-engine";
pkgs/by-name/te/text-engine/package.nix: url = "https://github.com/mjakeman/text-engine/commit/749c94d853c0b0e29e79a1b270ec61947b65c319.patch";
pkgs/by-name/te/text-engine/package.nix: mainProgram = "text-engine-demo";
pkgs/by-name/te/text-engine/package.nix: homepage = "https://github.com/mjakeman/text-engine"; |
|
You are correct, it is indeed not needed anymore for Gnome Extension Manager, and also isn't used anywhere else in Nixpkgs. It might still be okay to keep it, though. |
Atemu
left a comment
There was a problem hiding this comment.
Otherwise intent and diff LGTM.
bd5d1cb to
25ba6fc
Compare
|
mjakeman/text-engine#40 has this from gnome-extension-manager's author:
The README states:
It would be better if |
Atemu
left a comment
There was a problem hiding this comment.
This fixes the build:
nixpkgs-review result
Generated using nixpkgs-review.
Command: nixpkgs-review pr 369058
x86_64-linux
✅ 1 package built:
- text-engine
|
Successfully created backport PR for |
Fixes #368664.
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.