mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
nautilus-annotations: 0.8.4 -> 0.10.0
This commit is contained in:
parent
badcad8b79
commit
5f450457d1
@ -1,9 +1,9 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchgit
|
, fetchFromGitLab
|
||||||
, glib
|
, glib
|
||||||
, gnome
|
, gnome
|
||||||
, gtksourceview4
|
, gtksourceview5
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, pkg-config
|
, pkg-config
|
||||||
@ -11,18 +11,20 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nautilus-annotations";
|
pname = "nautilus-annotations";
|
||||||
version = "0.8.4";
|
version = "0.10.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitLab {
|
||||||
url = "https://gitlab.gnome.org/madmurphy/nautilus-annotations.git";
|
domain = "gitlab.gnome.org";
|
||||||
|
owner = "madmurphy";
|
||||||
|
repo = "nautilus-annotations";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-wHM+ny4vhrV1Jyk9L6Qb8D556jntYAPG+ynGZLqpe6Q=";
|
sha256 = "sha256-obhy95HvlZuiqTf6IC+epqiWS8hcDHsOkYLSJ8LZ6z0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
[ autoreconfHook glib gnome.nautilus pkg-config wrapGAppsHook ];
|
[ autoreconfHook glib gnome.nautilus pkg-config wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ gtksourceview4 ];
|
buildInputs = [ gtksourceview5 ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
./bootstrap
|
./bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user