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