mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
gromit-mpx: 1.2 -> 1.3
This commit is contained in:
parent
5f2252cc6a
commit
fe9d4ca50e
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchFromGitHub, autoreconfHook, autoconf, automake, pkgconfig
|
||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig
|
||||
, gtk, glib, pcre, libappindicator, libpthreadstubs, libXdmcp
|
||||
, libxkbcommon, epoxy, at-spi2-core, dbus, libdbusmenu
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gromit-mpx-${version}";
|
||||
version = "1.2";
|
||||
version = "1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bk138";
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [
|
||||
autoconf automake autoreconfHook
|
||||
cmake
|
||||
gtk glib pcre libappindicator libpthreadstubs
|
||||
libXdmcp libxkbcommon epoxy at-spi2-core
|
||||
dbus libdbusmenu
|
||||
|
|
Loading…
Reference in a new issue