summary refs log tree commit diff
path: root/pkgs/applications/editors/focuswriter
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-03-17 19:31:17 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-04-05 20:05:20 +0200
commit13139fccc683ae1117ad858ebd4df47c01d307db (patch)
treecc4badc4ea92e12f82ec997c9efaa828f54a03da /pkgs/applications/editors/focuswriter
parentd15203992792193d41756b613d085731d253da36 (diff)
downloadnixpkgs-13139fccc683ae1117ad858ebd4df47c01d307db.tar
nixpkgs-13139fccc683ae1117ad858ebd4df47c01d307db.tar.gz
nixpkgs-13139fccc683ae1117ad858ebd4df47c01d307db.tar.bz2
nixpkgs-13139fccc683ae1117ad858ebd4df47c01d307db.tar.lz
nixpkgs-13139fccc683ae1117ad858ebd4df47c01d307db.tar.xz
nixpkgs-13139fccc683ae1117ad858ebd4df47c01d307db.tar.zst
nixpkgs-13139fccc683ae1117ad858ebd4df47c01d307db.zip
focuswriter: mark linux only
Diffstat (limited to 'pkgs/applications/editors/focuswriter')
-rw-r--r--pkgs/applications/editors/focuswriter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/focuswriter/default.nix b/pkgs/applications/editors/focuswriter/default.nix
index bb897b2e7e2..0e4a6a5bf20 100644
--- a/pkgs/applications/editors/focuswriter/default.nix
+++ b/pkgs/applications/editors/focuswriter/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     description = "Simple, distraction-free writing environment";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ madjar ];
-    platforms = platforms.all;
+    platforms = platforms.linux;
     homepage = https://gottcode.org/focuswriter/;
   };
 }