mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
Merge pull request #94501 from r-ryantm/auto-update/gromit-mpx
gromit-mpx: 1.3 -> 1.3.1
This commit is contained in:
commit
877002bc85
@ -1,20 +1,21 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig
|
||||||
, gtk, glib, pcre, libappindicator, libpthreadstubs, libXdmcp
|
, gtk, glib, pcre, libappindicator, libpthreadstubs, libXdmcp
|
||||||
, libxkbcommon, epoxy, at-spi2-core, dbus, libdbusmenu
|
, libxkbcommon, epoxy, at-spi2-core, dbus, libdbusmenu
|
||||||
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gromit-mpx";
|
pname = "gromit-mpx";
|
||||||
version = "1.3";
|
version = "1.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bk138";
|
owner = "bk138";
|
||||||
repo = "gromit-mpx";
|
repo = "gromit-mpx";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1dkmp5rhzp56sz9cfxill2pkdz2anwb8kkxkypvk2xhqi64cvkrs";
|
sha256 = "1dvn7vwg4fg1a3lfj5f7nij1vcxm27gyf2wr817f3qb4sx5xmjwy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig wrapGAppsHook ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake
|
cmake
|
||||||
gtk glib pcre libappindicator libpthreadstubs
|
gtk glib pcre libappindicator libpthreadstubs
|
||||||
|
Loading…
Reference in New Issue
Block a user