conky: add meta.platforms

This commit is contained in:
Bjørn Forsman
2015-12-29 13:16:01 +01:00
parent efce163164
commit 4f3d769d6f
+1
View File
@@ -122,5 +122,6 @@ stdenv.mkDerivation rec {
description = "Advanced, highly configurable system monitor based on torsmo";
maintainers = [ maintainers.guibert ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
};
}