Conversation
pkgs/tools/misc/wayshot/default.nix
Outdated
There was a problem hiding this comment.
Is there an upstream bug report?
There was a problem hiding this comment.
Did not find any report in source related to this issue.
In developers makefile they do not run cargo test, just cargo build. So ignoring checks should not be an issue as they passed it to thier release version.
There was a problem hiding this comment.
The upstream developers may appreciate a bug report about this, then.
It would also give us something to link to, so that we know what to do about disabling tests in the future. (E.g. if upstream fixes it, we can remove it; if upstream decides they don't care about tests, we will now know that.)
There was a problem hiding this comment.
Opened issue. What about pull request to nixpkgs? Should just wait for the upstream developers' response to the issue or do something else?
There was a problem hiding this comment.
What about pull request to nixpkgs? Should just wait for the upstream developers' response to the issue or do something else?
No need to wait, just add a link to the issue in a comment, that explains why tests are disabled.
|
We can fetchpatch the fix |
If you mean fetchpatch from commit. That won't be an option as commit has more fixes than version 1.3.1 needs. |
|
Result of 1 package failed to build:
|
|
Result of 1 package built:
|
Just ran |
|
@ofborg build wayshot |
Looks like now it shows different cargoHash from what was before. Please try again, I've changed to the one from ofborg logs. |
|
@ofborg build wayshot |
Ma27
left a comment
There was a problem hiding this comment.
Package looks good functionality-wise.
Please squash your commits together into the following two chunks:
maintainers: add id3v1669wayshot: 1.3.0 -> 1.3.1
Also, you can pass arguments to cargo test via checkFlags = [ ... ];. Maybe that can be used to skip only the tests that are actually broken?
Done. |
Description of changes
https://github.com/waycrate/wayshot/releases/tag/1.3.1
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/)Notes
Release version of package has faulty tests with
cargo testbut runs as intended, sodoCheck = false;was added.Add a 👍 reaction to pull requests you find important.