tweak: Broken on Darwin

http://hydra.nixos.org/build/38316344
This commit is contained in:
Tuomas Tynkkynen 2016-08-06 17:06:16 +03:00
parent ea14f5c86d
commit ce537c98de

View File

@ -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;
};
}