mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
cosmic-launcher: 2022-08-12 -> unstable-2022-09-25
This commit is contained in:
parent
e891fdbdbf
commit
f5309661c2
@ -7,6 +7,7 @@
|
|||||||
, glib
|
, glib
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, libadwaita
|
, libadwaita
|
||||||
|
, librsvg
|
||||||
, pango
|
, pango
|
||||||
, gtk4
|
, gtk4
|
||||||
, gdk-pixbuf
|
, gdk-pixbuf
|
||||||
@ -14,20 +15,31 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cosmic-launcher";
|
pname = "cosmic-launcher";
|
||||||
version = "2022-08-12";
|
version = "unstable-2022-09-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pop-os";
|
owner = "pop-os";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "e35ee8c05bfd3f2162baabe0ff5429a3ad27fead";
|
rev = "cf2df9ef966d14e979c653746b1502ae3a12ef5b";
|
||||||
sha256 = "sha256-czr9SD0awW/L1eitRgqd7gCk5RbC4eidT5x+u7i0PVY=";
|
sha256 = "sha256-k0jDjezrzYrZr5moUCObQAJ4TDVJiwjG4waDR2gqKGA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-/nvJdkgOrw/dRqWErzQChHgaG+O++lVj7nqVoyFxkuo=";
|
cargoSha256 = "sha256-/tfJZCqlKQ2yo+4X6IdMwkUHGOq/lVR2BjvWAlGuJLc=";
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook4 pkg-config gobject-introspection ];
|
nativeBuildInputs = [
|
||||||
|
wrapGAppsHook4
|
||||||
|
pkg-config
|
||||||
|
gobject-introspection
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [ libadwaita glib gdk-pixbuf gtk4 pango ];
|
buildInputs = [
|
||||||
|
libadwaita
|
||||||
|
glib
|
||||||
|
gdk-pixbuf
|
||||||
|
gtk4
|
||||||
|
pango
|
||||||
|
librsvg
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GTK4 application runner frontend for Pop launcher";
|
description = "GTK4 application runner frontend for Pop launcher";
|
||||||
|
Loading…
Reference in New Issue
Block a user