praat: set meta.platforms to linux

This commit is contained in:
Song Wenwu 2014-03-07 22:01:13 +08:00 committed by Domen Kozar
parent 1d52f7bd68
commit 08fb4d6bc4

View File

@ -23,5 +23,6 @@ stdenv.mkDerivation {
description = "Doing phonetics by computer";
homepage = http://www.fon.hum.uva.nl/praat/;
license = "GPLv2+"; # Has some 3rd-party code in it though
platforms = stdenv.lib.platforms.linux;
};
}