mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
setroot: 1.4.4 -> 2.0.1
This commit is contained in:
parent
2fb3cc1e6d
commit
0304177ced
@ -5,14 +5,14 @@
|
|||||||
assert enableXinerama -> libXinerama != null;
|
assert enableXinerama -> libXinerama != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.4.4";
|
version = "2.0.1";
|
||||||
name = "setroot-${version}";
|
name = "setroot-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ttzhou";
|
owner = "ttzhou";
|
||||||
repo = "setroot";
|
repo = "setroot";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0vphma0as8pnqrakdw6gaiiz7xawb4y72sc9dna755kkclgbyl8m";
|
sha256 = "01krjfc3xpp0wbqz9nvf1n34gkpd41gysn289sj1wcjxia4n4gsi";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libX11 imlib2 ]
|
buildInputs = [ libX11 imlib2 ]
|
||||||
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Simple X background setter inspired by imlibsetroot and feh";
|
description = "Simple X background setter inspired by imlibsetroot and feh";
|
||||||
homepage = https://github.com/ttzhou/setroot;
|
homepage = https://github.com/ttzhou/setroot;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
maintainers = maintainers.vyp;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user