i3lock-color: 2.11-c -> 2.12.c (#47674)
Note the change in naming scheme, this is intentional (https://github.com/PandorasFox/i3lock-color/issues/92)
This commit is contained in:
parent
4c5b6d6e53
commit
fbf55e95dc
@ -1,22 +1,22 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libxcb,
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, libxcb,
|
||||||
xcbutilkeysyms , xcbutilimage, pam, libX11, libev, cairo, libxkbcommon,
|
xcbutilkeysyms , xcbutilimage, pam, libX11, libev, cairo, libxkbcommon,
|
||||||
libxkbfile, libjpeg_turbo
|
libxkbfile, libjpeg_turbo, xcbutilxrm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.11-c";
|
version = "2.12.c";
|
||||||
name = "i3lock-color-${version}";
|
name = "i3lock-color-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PandorasFox";
|
owner = "PandorasFox";
|
||||||
repo = "i3lock-color";
|
repo = "i3lock-color";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1myq9fazkwd776agrnj27bm5nwskvss9v9a5qb77n037dv8d0rdw";
|
sha256 = "08fhnchf187b73h52xgzb86g6byzxz085zs9galsvl687g5zxk34";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ libxcb xcbutilkeysyms xcbutilimage pam libX11
|
buildInputs = [ libxcb xcbutilkeysyms xcbutilimage pam libX11
|
||||||
libev cairo libxkbcommon libxkbfile libjpeg_turbo ];
|
libev cairo libxkbcommon libxkbfile libjpeg_turbo xcbutilxrm ];
|
||||||
|
|
||||||
makeFlags = "all";
|
makeFlags = "all";
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user