1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

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;
};
}