mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
nautilus-annotations: 0.10.0 -> 2.0.1
This commit is contained in:
parent
b2c62f2341
commit
8cb6fa4e6f
@ -4,6 +4,7 @@
|
|||||||
, glib
|
, glib
|
||||||
, gnome
|
, gnome
|
||||||
, gtksourceview5
|
, gtksourceview5
|
||||||
|
, libadwaita
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, pkg-config
|
, pkg-config
|
||||||
@ -11,20 +12,28 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nautilus-annotations";
|
pname = "nautilus-annotations";
|
||||||
version = "0.10.0";
|
version = "2.0.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
owner = "madmurphy";
|
owner = "madmurphy";
|
||||||
repo = "nautilus-annotations";
|
repo = "nautilus-annotations";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-obhy95HvlZuiqTf6IC+epqiWS8hcDHsOkYLSJ8LZ6z0=";
|
hash = "sha256-BivnmsACnpxdd6FV+ncdDd5ZwtJSSzNExoiCXeXIFkA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs = [
|
||||||
[ autoreconfHook glib gnome.nautilus pkg-config wrapGAppsHook ];
|
autoreconfHook
|
||||||
|
glib
|
||||||
|
gnome.nautilus
|
||||||
|
pkg-config
|
||||||
|
wrapGAppsHook
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [ gtksourceview5 ];
|
buildInputs = [
|
||||||
|
libadwaita
|
||||||
|
gtksourceview5
|
||||||
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
./bootstrap
|
./bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user