mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
snippetpixie: 1.3.3 -> 1.4.1
This commit is contained in:
parent
8f43f32af9
commit
04e0c46436
@ -19,19 +19,18 @@
|
|||||||
, ibus
|
, ibus
|
||||||
, json-glib
|
, json-glib
|
||||||
, pantheon
|
, pantheon
|
||||||
, libwnck3
|
|
||||||
, xorg
|
, xorg
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "snippetpixie";
|
pname = "snippetpixie";
|
||||||
version = "1.3.3";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bytepixie";
|
owner = "bytepixie";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0ml57j6jagqvjlpgn1bcyx08h71kcxalh69y03y2lj84x5ib8qz3";
|
sha256 = "1db3fbawh4qwdqby5ji4g26pksi4q253r5zvd3kv1m2ljmwrrwj0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -55,7 +54,6 @@ stdenv.mkDerivation rec {
|
|||||||
dbus
|
dbus
|
||||||
ibus
|
ibus
|
||||||
json-glib
|
json-glib
|
||||||
libwnck3
|
|
||||||
xorg.libXtst
|
xorg.libXtst
|
||||||
pantheon.granite
|
pantheon.granite
|
||||||
pantheon.elementary-gtk-theme
|
pantheon.elementary-gtk-theme
|
||||||
@ -83,6 +81,8 @@ stdenv.mkDerivation rec {
|
|||||||
Save your often used text snippets and then expand them whenever you type their abbreviation.
|
Save your often used text snippets and then expand them whenever you type their abbreviation.
|
||||||
|
|
||||||
For example:- "spr`" expands to "Snippet Pixie rules!"
|
For example:- "spr`" expands to "Snippet Pixie rules!"
|
||||||
|
|
||||||
|
For non-accessible applications such as browsers and Electron apps, there's a shortcut (default is Ctrl+`) for opening a search window that pastes the selected snippet.
|
||||||
'';
|
'';
|
||||||
homepage = "https://www.snippetpixie.com";
|
homepage = "https://www.snippetpixie.com";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user