-
-
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
tangram: init at 1.3.1 #100912
tangram: init at 1.3.1 #100912
Conversation
You need to run it using nixpkgs/pkgs/desktops/gnome-3/apps/gnome-characters/default.nix Lines 57 to 69 in 1315c20
|
@jtojnar gave that a go, it builds if I exclude With When I leave
|
Sorry, you also need, |
@jtojnar added that, it builds, but I get the same error output.
|
You really need all of those attributes. |
Unfortunately I don't know what you mean. |
diff --git a/pkgs/applications/networking/instant-messengers/tangram/default.nix b/pkgs/applications/networking/instant-messengers/tangram/default.nix
index 0a87e68fd3a..3dcdd915e7e 100644
--- a/pkgs/applications/networking/instant-messengers/tangram/default.nix
+++ b/pkgs/applications/networking/instant-messengers/tangram/default.nix
@@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
};
buildInputs = [
- desktop-file-utils
gdk-pixbuf
gjs
glib
@@ -28,6 +27,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
appstream-glib
gettext
+ desktop-file-utils
gobject-introspection
hicolor-icon-theme
meson
@@ -44,10 +44,13 @@ stdenv.mkDerivation rec {
patchShebangs build-aux/meson/postinstall.py
'';
+ # Fixes https://github.com/NixOS/nixpkgs/issues/31168
postFixup = ''
- for file in "$out/share/Tangram"/*; do
+ for file in $out/bin/re.sonny.Tangram; do
sed -e $"2iimports.package._findEffectiveEntryPointName = () => \'$(basename $file)\' " \
-i $file
+
+ wrapGApp "$file"
done
'';
|
Thanks @jtojnar that does get it to launch. Unfortunately it seems to suffer from the same instabilities as |
Keeping this open is fine. |
Result of 1 package built:
|
Now that the Epiphany issue is resolved, this is working and ready. |
pkgs/applications/networking/instant-messengers/tangram/default.nix
Outdated
Show resolved
Hide resolved
pkgs/applications/networking/instant-messengers/tangram/default.nix
Outdated
Show resolved
Hide resolved
This is a semi-automatic executed nixpkgs-review which is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 1 package built:
|
Motivation for this change
Add package. Unfortunately while it builds it doesn't run.
@jtojnar in searching around for similar areas I've seen your name, any ideas?
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)