nautilus-annotations: 0.10.0 -> 2.0.1

This commit is contained in:
Gabriel Arazas 2023-07-17 11:48:55 +08:00
parent b2c62f2341
commit 8cb6fa4e6f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -4,6 +4,7 @@
, glib
, gnome
, gtksourceview5
, libadwaita
, autoreconfHook
, wrapGAppsHook
, pkg-config
@ -11,20 +12,28 @@
stdenv.mkDerivation rec {
pname = "nautilus-annotations";
version = "0.10.0";
version = "2.0.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "madmurphy";
repo = "nautilus-annotations";
rev = version;
sha256 = "sha256-obhy95HvlZuiqTf6IC+epqiWS8hcDHsOkYLSJ8LZ6z0=";
hash = "sha256-BivnmsACnpxdd6FV+ncdDd5ZwtJSSzNExoiCXeXIFkA=";
};
nativeBuildInputs =
[ autoreconfHook glib gnome.nautilus pkg-config wrapGAppsHook ];
nativeBuildInputs = [
autoreconfHook
glib
gnome.nautilus
pkg-config
wrapGAppsHook
];
buildInputs = [ gtksourceview5 ];
buildInputs = [
libadwaita
gtksourceview5
];
preConfigure = ''
./bootstrap