about summary refs log tree commit diff
path: root/pkgs/tools/system/awstats
diff options
context:
space:
mode:
authorFreezeboy <freezeboy@users.noreply.github.com>2019-02-17 14:00:33 +0100
committerfreezeboy <freezeboy@users.github.com>2019-02-18 10:56:58 +0100
commit8f87a61de202067f618f028b82256055c46337bc (patch)
tree4e0a54b5091901205ccf1de68ff3d711af7be8bf /pkgs/tools/system/awstats
parentb75eab88bde1b13cbe83d25b477d83eaf811e0cf (diff)
downloadnixlib-8f87a61de202067f618f028b82256055c46337bc.tar
nixlib-8f87a61de202067f618f028b82256055c46337bc.tar.gz
nixlib-8f87a61de202067f618f028b82256055c46337bc.tar.bz2
nixlib-8f87a61de202067f618f028b82256055c46337bc.tar.lz
nixlib-8f87a61de202067f618f028b82256055c46337bc.tar.xz
nixlib-8f87a61de202067f618f028b82256055c46337bc.tar.zst
nixlib-8f87a61de202067f618f028b82256055c46337bc.zip
Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
Diffstat (limited to 'pkgs/tools/system/awstats')
-rw-r--r--pkgs/tools/system/awstats/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/awstats/default.nix b/pkgs/tools/system/awstats/default.nix
index aaf5bf136cb5..9686ec5d715c 100644
--- a/pkgs/tools/system/awstats/default.nix
+++ b/pkgs/tools/system/awstats/default.nix
@@ -56,7 +56,7 @@ perlPackages.buildPerlPackage rec {
     description = "Real-time logfile analyzer to get advanced statistics";
     homepage = http://awstats.org;
     license = licenses.gpl3Plus;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }