about summary refs log tree commit diff
path: root/pkgs/tools/system/fcron
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-03-05 23:38:56 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-03-05 23:41:42 +0100
commit82fda65c8a6ff488c46e8a3f66538aac2421bdc9 (patch)
tree0b3987509f1a52f23ee476f5bba67bd3e8b589f9 /pkgs/tools/system/fcron
parentc0bfcdf3a6d2bdc97524274a83febef043749107 (diff)
downloadnixlib-82fda65c8a6ff488c46e8a3f66538aac2421bdc9.tar
nixlib-82fda65c8a6ff488c46e8a3f66538aac2421bdc9.tar.gz
nixlib-82fda65c8a6ff488c46e8a3f66538aac2421bdc9.tar.bz2
nixlib-82fda65c8a6ff488c46e8a3f66538aac2421bdc9.tar.lz
nixlib-82fda65c8a6ff488c46e8a3f66538aac2421bdc9.tar.xz
nixlib-82fda65c8a6ff488c46e8a3f66538aac2421bdc9.tar.zst
nixlib-82fda65c8a6ff488c46e8a3f66538aac2421bdc9.zip
fcron: add missing meta.platforms
Diffstat (limited to 'pkgs/tools/system/fcron')
-rw-r--r--pkgs/tools/system/fcron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/fcron/default.nix b/pkgs/tools/system/fcron/default.nix
index ec52b5b3db8e..5de03199fa51 100644
--- a/pkgs/tools/system/fcron/default.nix
+++ b/pkgs/tools/system/fcron/default.nix
@@ -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;
   };
 }