fcron: add missing meta.platforms

This commit is contained in:
Jörg Thalheim
2017-03-05 23:38:56 +01:00
parent c0bfcdf3a6
commit 82fda65c8a

View File

@@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
description="A command scheduler with extended capabilities over cron and anacron";
homepage = http://fcron.free.fr;
license = licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};
}