summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/tweak
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-06 17:06:16 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-06 17:06:45 +0300
commitce537c98dede1740986e00c6ffd568cf6bb6718b (patch)
tree79e5736ebbf259f0aa628251bc3c9afd527c99a3 /pkgs/applications/editors/tweak
parentea14f5c86dd1e28e4cf367c311353efb713e1a9e (diff)
tweak: Broken on Darwin
http://hydra.nixos.org/build/38316344
Diffstat (limited to 'pkgs/applications/editors/tweak')
-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 f90eb609d446..eb0be39e7c16 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;
- platforms = platforms.unix;
+ platforms = platforms.linux;
};
}