-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
gitkraken: 6.0.0 -> 6.0.1 #65924
gitkraken: 6.0.0 -> 6.0.1 #65924
Conversation
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gitkraken/versions
Package builds but won't start up (stuck at spinning squid animation window) |
ping @evanjs @megheaiulian |
Encountered this when trying to bump it and I have no clue what's going on 😵 |
To start, it looks like certain binaries need |
Ah-ha! Edit: diff for clarity: --- a/pkgs/applications/version-management/gitkraken/default.nix
+++ b/pkgs/applications/version-management/gitkraken/default.nix
@@ -3,6 +3,7 @@
, libX11, libXi, libxcb, libXext, libXcursor, glib, libXScrnSaver, libxkbfile, libXtst
, nss, nspr, cups, fetchurl, expat, gdk_pixbuf, libXdamage, libXrandr, dbus
, dpkg, makeDesktopItem, openssl, wrapGAppsHook, hicolor-icon-theme, at-spi2-atk, libuuid
+, e2fsprogs, krb5
}:
with stdenv.lib;
@@ -55,6 +56,8 @@ stdenv.mkDerivation rec {
openssl
at-spi2-atk
libuuid
+ e2fsprogs
+ krb5
];
desktopItem = makeDesktopItem { |
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.
Thank you @evanjs, the package now works fine for me.
This doesn't appear to be the latest version |
Good catch, the latest was released today. We are so cutting edge :) |
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.
Works for me, someone with an account should test it though.
Works for me (logged in with my GK account). Tried switching between profiles, basic git functionality, etc. |
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gitkraken/versions.
meta.description for gitkraken is: '"The downright luxurious and most popular Git client for Windows, Mac & Linux"'.
meta.homepage for gitkraken is: '"https://www.gitkraken.com/"
Checks done (click to expand)
passthru.tests
, if any, passedRebuild report (if merged into master) (click to expand)
3 total rebuild path(s)
1 package rebuild(s)
1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)
First fifty rebuilds by attrpath
gitkraken
Instructions to test this update (click to expand)
Either download from Cachix:
(r-ryantm's Cachix cache is only trusted for this store-path realization.)
Or, build yourself:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
cc @xNWDD for testing.