forked from mirrors/nixpkgs
praat: set meta.platforms to linux
This commit is contained in:
parent
1d52f7bd68
commit
08fb4d6bc4
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue