mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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";
|
description = "Doing phonetics by computer";
|
||||||
homepage = http://www.fon.hum.uva.nl/praat/;
|
homepage = http://www.fon.hum.uva.nl/praat/;
|
||||||
license = "GPLv2+"; # Has some 3rd-party code in it though
|
license = "GPLv2+"; # Has some 3rd-party code in it though
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user