summary refs log tree commit diff
path: root/pkgs/applications/editors/tweak/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/tweak/default.nix')
-rw-r--r--pkgs/applications/editors/tweak/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/tweak/default.nix b/pkgs/applications/editors/tweak/default.nix
index 5ebe4672cab..f90eb609d44 100644
--- a/pkgs/applications/editors/tweak/default.nix
+++ b/pkgs/applications/editors/tweak/default.nix
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
     description = "An efficient hex editor";
     homepage = "http://www.chiark.greenend.org.uk/~sgtatham/tweak";
     license = licenses.mit;
-    platform = platforms.unix;
+    platforms = platforms.unix;
   };
 }