-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
fwup: init at 0.14.2 #25760
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
fwup: init at 0.14.2 #25760
Conversation
pkgs/tools/misc/fwup/default.nix
Outdated
NIX_LDFLAGS = lib.optional stdenv.isDarwin "-F/System/Library/Frameworks"; | ||
|
||
# stop test runner from switching to BSD utils | ||
preCheck = lib.optional stdenv.isDarwin "sed -i tests/common.sh -e 24,37d"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be better a patch. Otherwise it might silently break with an update.
pkgs/tools/misc/fwup/default.nix
Outdated
description = "Configurable embedded Linux firmware update creator and runner"; | ||
homepage = https://github.com/fhunleth/fwup; | ||
license = licenses.asl20; | ||
platforms = platforms.all; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to maintain this package?
@Mic92 Thanks, added maintainer and patch. |
For some strange reasons some tests fail on my machine, while functional on travis: https://gist.github.com/Mic92/cda72ea4f028ff33e440c22dc2df15de |
@Mic92 Hmm, strange. Are you using NixOS? Which filesystem? I will try to replicate. |
Oh, could be that it does fail on |
ok, ext4 works fine. |
@Mic92 thanks, I replicated this on ZFS and reported upstream |
This seems to be failing: |
Looks also filesystem related.
|
@matthewbauer @Mic92 Thanks, have reported upstream. The ZFS issues have been resolved, I will open PR to update the derivation once a new version with fixes has been released. |
Motivation for this change
adds fwup package
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)