ayatana-ido: 0.8.2 -> 0.9.2, convert to cmake, cleanup
This commit is contained in:
parent
bc064ae3ff
commit
07ba16496b
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
|||
{ lib, stdenv, fetchFromGitHub
|
||||
, pkg-config, autoreconfHook
|
||||
, gtk3, gobject-introspection, gtk-doc, vala
|
||||
, pkg-config, cmake
|
||||
, gtk3
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ayatana-ido";
|
||||
version = "0.8.2";
|
||||
version = "0.9.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AyatanaIndicators";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-nJ4F2faK0XZPj9GzUk3Ueap5h6rALFXISHqFQ30RuoU=";
|
||||
sha256 = "sha256-0LswdcV4VSg5o5uJ6vfw713eDnMbodZPQ9d2djxHc6k=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook gtk-doc vala gobject-introspection ];
|
||||
nativeBuildInputs = [ pkg-config cmake ];
|
||||
|
||||
buildInputs = [ gtk3 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue