summary refs log tree commit diff
path: root/pkgs/development/tools/misc/rman/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/rman/default.nix')
-rw-r--r--pkgs/development/tools/misc/rman/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/rman/default.nix b/pkgs/development/tools/misc/rman/default.nix
index 1d2a3cda2b6..01e4b22e5f1 100644
--- a/pkgs/development/tools/misc/rman/default.nix
+++ b/pkgs/development/tools/misc/rman/default.nix
@@ -15,5 +15,6 @@ stdenv.mkDerivation {
   meta = {
     description = "Parse formatted man pages and man page source from most flavors of UNIX and converts them to HTML, ASCII, TkMan, DocBook, and other formats";
     license = "artistic";
+    platforms = stdenv.lib.platforms.linux;
   };
 }