forked from mirrors/nixpkgs
* Fix typo in meta.platforms.
svn path=/nixpkgs/trunk/; revision=30298
This commit is contained in:
parent
22726acbfc
commit
b8153a3ac5
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://p11-glue.freedesktop.org/;
|
homepage = http://p11-glue.freedesktop.org/;
|
||||||
platforms = stdenv.lib.platfroms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue