mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
icewm: modernize
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
parent
55bd133882
commit
5957890e5b
1 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ gccStdenv.mkDerivation (finalAttrs: {
|
||||||
$out/share/icewm/themes/
|
$out/share/icewm/themes/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://ice-wm.org/";
|
homepage = "https://ice-wm.org/";
|
||||||
description = "Simple, lightweight X window manager";
|
description = "Simple, lightweight X window manager";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
@ -123,8 +123,8 @@ gccStdenv.mkDerivation (finalAttrs: {
|
||||||
optional external background wallpaper manager with transparency support,
|
optional external background wallpaper manager with transparency support,
|
||||||
a simple session manager and a system tray.
|
a simple session manager and a system tray.
|
||||||
'';
|
'';
|
||||||
license = licenses.lgpl2Only;
|
license = lib.licenses.lgpl2Only;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue