1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

dockapps.wmsystemtray: fix broken eval

This commit is contained in:
Adam Joseph 2023-11-22 16:45:18 -08:00 committed by Jörg Thalheim
parent 23f800e6ac
commit 920e6f7eaa

View file

@ -33,8 +33,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "A system tray for Windowmaker";
homepage = "http://wmsystemtray.sourceforge.net";
license = licenses.gpl2Only;
license = lib.licenses.gpl2Only;
maintainers = [ ];
platforms = platforms.linux;
platforms = lib.platforms.linux;
};
})