summary refs log tree commit diff
path: root/pkgs/applications/editors/edbrowse/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/edbrowse/default.nix')
-rw-r--r--pkgs/applications/editors/edbrowse/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/edbrowse/default.nix b/pkgs/applications/editors/edbrowse/default.nix
index 1d91a136876..e6f942dbfdd 100644
--- a/pkgs/applications/editors/edbrowse/default.nix
+++ b/pkgs/applications/editors/edbrowse/default.nix
@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl1Plus;
     homepage = http://edbrowse.org/;
     maintainers = [ maintainers.schmitthenner maintainers.vrthra ];
+    platforms = platforms.linux;
   };
 }