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