Fix "platfrom" typos
This commit is contained in:
parent
378d7ba261
commit
29bc87e961
@ -123,7 +123,7 @@ depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
|
||||
Add the following to your `mkDerivation` invocation.
|
||||
```nix
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatfrom;
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
```
|
||||
|
||||
## Cross-building packages {#sec-cross-usage}
|
||||
|
@ -16,7 +16,7 @@ mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Qt5 library to write cross-platfrom clients for Matrix";
|
||||
description = "A Qt5 library to write cross-platform clients for Matrix";
|
||||
homepage = "https://matrix.org/docs/projects/sdk/quotient";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ colemickens ];
|
||||
|
Loading…
Reference in New Issue
Block a user