mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
fluxbox: remove 'with lib;'
This commit is contained in:
parent
99f015982f
commit
29918f97a4
@ -4,7 +4,6 @@
|
||||
, libXinerama
|
||||
, imlib2 }:
|
||||
|
||||
with lib;
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "fluxbox";
|
||||
@ -35,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
--subst-var-by PREFIX "$out"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Full-featured, light-resource X window manager";
|
||||
longDescription = ''
|
||||
Fluxbox is a X window manager based on Blackbox 0.61.1 window
|
||||
|
Loading…
Reference in New Issue
Block a user