dockapps.wmsystemtray: fix broken eval
This commit is contained in:
parent
23f800e6ac
commit
920e6f7eaa
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A system tray for Windowmaker";
|
description = "A system tray for Windowmaker";
|
||||||
homepage = "http://wmsystemtray.sourceforge.net";
|
homepage = "http://wmsystemtray.sourceforge.net";
|
||||||
license = licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue