about summary refs log tree commit diff
path: root/pkgs
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
parentea14f5c86dd1e28e4cf367c311353efb713e1a9e (diff)
downloadnixlib-ce537c98dede1740986e00c6ffd568cf6bb6718b.tar
nixlib-ce537c98dede1740986e00c6ffd568cf6bb6718b.tar.gz
nixlib-ce537c98dede1740986e00c6ffd568cf6bb6718b.tar.bz2
nixlib-ce537c98dede1740986e00c6ffd568cf6bb6718b.tar.lz
nixlib-ce537c98dede1740986e00c6ffd568cf6bb6718b.tar.xz
nixlib-ce537c98dede1740986e00c6ffd568cf6bb6718b.tar.zst
nixlib-ce537c98dede1740986e00c6ffd568cf6bb6718b.zip
tweak: Broken on Darwin
http://hydra.nixos.org/build/38316344
Diffstat (limited to 'pkgs')
-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;
   };
 }