summary refs log tree commit diff
path: root/pkgs/tools/system/bootchart/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/bootchart/default.nix')
-rw-r--r--pkgs/tools/system/bootchart/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/bootchart/default.nix b/pkgs/tools/system/bootchart/default.nix
index dacb143a480..518fb4944f4 100644
--- a/pkgs/tools/system/bootchart/default.nix
+++ b/pkgs/tools/system/bootchart/default.nix
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.bootchart.org/;
     description = "Performance analysis and visualization of the GNU/Linux boot process";
     license = licenses.gpl2Plus;
+    platforms = platforms.linux;
   };
 
 }