1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

* Fix typo in meta.platforms.

svn path=/nixpkgs/trunk/; revision=30298
This commit is contained in:
Eelco Dolstra 2011-11-07 17:31:10 +00:00
parent 22726acbfc
commit b8153a3ac5

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://p11-glue.freedesktop.org/;
platforms = stdenv.lib.platfroms.all;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.urkud ];
};
}