tint2: 0.12.11 -> 0.12.12
This commit is contained in:
parent
ea9d390c1a
commit
20e4e2f9eb
@ -1,27 +1,27 @@
|
|||||||
{ stdenv, fetchFromGitLab, pkgconfig, cmake, gettext, pango, cairo, glib
|
{ stdenv, fetchFromGitLab, pkgconfig, cmake, gettext, cairo, pango, pcre
|
||||||
, pcre , imlib2, libXinerama , libXrender, libXcomposite, libXdamage, libX11
|
, glib , imlib2, gtk, libXinerama , libXrender, libXcomposite, libXdamage
|
||||||
, libXrandr, gtk, libpthreadstubs , libXdmcp, librsvg
|
, libX11 , libXrandr, librsvg, libpthreadstubs , libXdmcp
|
||||||
, libstartup_notification, hicolor_icon_theme, wrapGAppsHook
|
, libstartup_notification , hicolor_icon_theme, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tint2-${version}";
|
name = "tint2-${version}";
|
||||||
version = "0.12.11";
|
version = "0.12.12";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "o9000";
|
owner = "o9000";
|
||||||
repo = "tint2";
|
repo = "tint2";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0gfxbxslc8h95q7cq84a69yd7qdhyks978l3rmk48jhwwixdp0hr";
|
sha256 = "0zgcdancsna95sjxslack9lh8f6qnj8d5wm02891mshn2jhgins3";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig cmake gettext wrapGAppsHook ];
|
nativeBuildInputs = [ pkgconfig cmake gettext wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ pango cairo glib pcre imlib2 libXinerama libXrender
|
buildInputs = [ cairo pango pcre glib imlib2 gtk libXinerama libXrender
|
||||||
libXcomposite libXdamage libX11 libXrandr gtk libpthreadstubs libXdmcp
|
libXcomposite libXdamage libX11 libXrandr librsvg libpthreadstubs
|
||||||
librsvg libstartup_notification hicolor_icon_theme ];
|
libXdmcp libstartup_notification hicolor_icon_theme ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace CMakeLists.txt --replace /etc $out/etc
|
substituteInPlace CMakeLists.txt --replace /etc $out/etc
|
||||||
|
Loading…
Reference in New Issue
Block a user