-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
activitywatch: init at 0.12.1 #214085
activitywatch: init at 0.12.1 #214085
Conversation
maybe this should be called |
nixpkgs only appends So, if there is already a version compiled from source, then a |
Thanks for taking the time to clarify, so should this just be kept as my question came from seeing a lot of |
Hmm, I'm not so sure anymore it it's unnescessary. |
@chaoky this recipe doesn't seem to work for me.
Did you do something else to have this recipe running in your system? |
e27dd23
to
8fe4f34
Compare
It's wrapped now, the autoPatchelfHook is only there to pick up libz.so.1, I couldn't figure out how to include this library otherwise |
I see these on the runtime logs /nix/store/8jlrffqj4h476lmd42l3flrpcl6z2813-ActivityWatch-0.12.1/opt/activitywatch/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /nix/store/3ph4rh9id7an858r1p7dj90nhf78g7s0-libproxy-0.4.18/lib/libproxy.so.1) I'm not sure weather this is a non-nixos issue, or how to fix it, if it isn't it. |
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.
Please follow the contributing guide when naming your commits.
}; | ||
|
||
buildInputs = [ qt6.qtbase glib-networking ]; | ||
nativeBuildInputs = [ autoPatchelfHook wrapGAppsNoGuiHook ]; |
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.
Why not compile from source?
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.
activitywatch is composed of a lot of small services, the derivation proposed in the related issue is 380 lines long
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.
which is preferable if someone already has done the work
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.
I'll try, what do you recommend for node packages? buildNpmPackage?
@ofborg eval |
Co-authored-by: Sandro <[email protected]>
Superseded by #202935 |
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes