-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
share-preview: init at 0.3.0 #256453
share-preview: init at 0.3.0 #256453
Conversation
Result of 1 package built:
|
On second thought this seems very niche, so a flake outside of nixpkgs might make more sense? WDYT? |
Personally I want to see all of the Gnome Circle apps, including this one in nixpkgs. |
OK, I'm not against it, feel free to add yourself as maintainer because I might drop it if it becomes cumbersome :) |
You can add me to the list in the nix file if you want. |
bdd24c0
to
c165a10
Compare
updated! |
homepage = "https://github.com/rafaelmardojai/share-preview"; | ||
license = licenses.gpl3Only; | ||
maintainers = with maintainers; [ gaykitty ]; | ||
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.
mainProgram
is always needed now, despite being the same with pname
.
pkg-config | ||
meson | ||
glib | ||
gtk4 |
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.
gtk4 | |
wrapGAppsHook4 |
gdk-pixbuf | ||
gtk4 | ||
libadwaita | ||
wrapGAppsHook |
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.
wrapGAppsHook |
hash = "sha256-CsnWQxE2r+uWwuEzHpY/lpWS5i8OXvhRKvy2HzqnQ5U="; | ||
}; | ||
|
||
buildPhase = '' |
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.
Should not be needed
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/
)