gromit-mpx: 1.2 -> 1.3
This commit is contained in:
parent
5f2252cc6a
commit
fe9d4ca50e
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, autoconf, automake, 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
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gromit-mpx-${version}";
|
name = "gromit-mpx-${version}";
|
||||||
version = "1.2";
|
version = "1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bk138";
|
owner = "bk138";
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoconf automake autoreconfHook
|
cmake
|
||||||
gtk glib pcre libappindicator libpthreadstubs
|
gtk glib pcre libappindicator libpthreadstubs
|
||||||
libXdmcp libxkbcommon epoxy at-spi2-core
|
libXdmcp libxkbcommon epoxy at-spi2-core
|
||||||
dbus libdbusmenu
|
dbus libdbusmenu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user