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:
parent
22726acbfc
commit
b8153a3ac5
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue