bgs: update from 0.6 to 0.7
This commit is contained in:
parent
4ead7bc0b7
commit
d9383746e6
@ -3,21 +3,21 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "bgs-${version}";
|
name = "bgs-${version}";
|
||||||
version = "0.6";
|
version = "0.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/Gottox/bgs/archive/${version}.tar.gz";
|
url = "https://github.com/Gottox/bgs/archive/v${version}.tar.gz";
|
||||||
sha256 = "19xwslh74686qln0ylaql28z3ng45c7srrb3cxxvfp35lz7hjpf0";
|
sha256 = "1w1zz9nzj0a0r9rlnq5psjj7n2ff1zfghcs6j268i5c7nkyaw28a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libX11 libXinerama imlib2 ];
|
buildInputs = [ libX11 libXinerama imlib2 ];
|
||||||
|
|
||||||
preConfigure = ''sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk'';
|
preConfigure = ''sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" config.mk'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Extremely fast and small background setter for X";
|
description = "Extremely fast and small background setter for X";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = licenses.mit;
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [pSub];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user