Merge pull request #81554 from ianmjones/snippetpixie-update-1.3.1
snippetpixie: 1.2.2 -> 1.3.1
This commit is contained in:
commit
1bb8a2baaf
@ -18,17 +18,19 @@
|
|||||||
, ibus
|
, ibus
|
||||||
, json-glib
|
, json-glib
|
||||||
, pantheon
|
, pantheon
|
||||||
|
, libwnck3
|
||||||
|
, xorg
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "snippetpixie";
|
pname = "snippetpixie";
|
||||||
version = "1.2.2";
|
version = "1.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bytepixie";
|
owner = "bytepixie";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "096xj7n1ypr8ss8mbwd1hyypvmzw5lc0hjlj2d1x8hbjljldfd13";
|
sha256 = "0cnx7snw3h7p77fhihvqxb6bgg4s2ffvjr8nbymb4bnqlg2a7v97";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -52,6 +54,8 @@ stdenv.mkDerivation rec {
|
|||||||
dbus
|
dbus
|
||||||
ibus
|
ibus
|
||||||
json-glib
|
json-glib
|
||||||
|
libwnck3
|
||||||
|
xorg.libXtst
|
||||||
pantheon.granite
|
pantheon.granite
|
||||||
pantheon.elementary-gtk-theme
|
pantheon.elementary-gtk-theme
|
||||||
pantheon.elementary-icon-theme
|
pantheon.elementary-icon-theme
|
||||||
|
Loading…
Reference in New Issue
Block a user