Merge pull request #6604 from AndersonTorres/fluxbox
Fluxbox: update to 1.3.7
This commit is contained in:
commit
e3c2b4ecbf
@ -10,6 +10,7 @@ in
|
|||||||
imports = [
|
imports = [
|
||||||
./bspwm.nix
|
./bspwm.nix
|
||||||
./compiz.nix
|
./compiz.nix
|
||||||
|
./fluxbox.nix
|
||||||
./herbstluftwm.nix
|
./herbstluftwm.nix
|
||||||
./i3.nix
|
./i3.nix
|
||||||
./metacity.nix
|
./metacity.nix
|
||||||
|
@ -4,19 +4,20 @@
|
|||||||
, libXinerama
|
, libXinerama
|
||||||
, imlib2 }:
|
, imlib2 }:
|
||||||
|
|
||||||
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "fluxbox-${version}";
|
name = "fluxbox-${version}";
|
||||||
version = "1.3.5";
|
version = "1.3.7";
|
||||||
|
|
||||||
buildInputs = [ pkgconfig freetype fribidi libXext libXft libXpm libXrandr libXrender xextproto libXinerama imlib2 ];
|
buildInputs = [ pkgconfig freetype fribidi libXext libXft libXpm libXrandr libXrender xextproto libXinerama imlib2 ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/fluxbox/${name}.tar.bz2";
|
url = "mirror://sourceforge/fluxbox/${name}.tar.xz";
|
||||||
sha256 = "164dd7bf59791d09a1e729a4fcd5e7347a1004ba675629860a5cf1a271c32983";
|
sha256 = "1h1f70y40qd225dqx937vzb4k2cz219agm1zvnjxakn5jkz7b37w";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = {
|
||||||
description = "Full-featured, light-resource X window manager";
|
description = "Full-featured, light-resource X window manager";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Fluxbox is a X window manager based on Blackbox 0.61.1 window
|
Fluxbox is a X window manager based on Blackbox 0.61.1 window
|
||||||
|
Loading…
Reference in New Issue
Block a user