summary refs log tree commit diff
path: root/pkgs/test/rust-sysroot/default.nix
diff options
context:
space:
mode:
authorAaron Janse <aaron@ajanse.me>2020-10-17 00:58:27 -0700
committerAaron Janse <aaron@ajanse.me>2020-10-17 00:58:27 -0700
commit7ebcb6ee483cea2152622b980a0b20fe7a4568cb (patch)
tree871baa61ab2ac51ba9625c3874bdaea8b5b55c38 /pkgs/test/rust-sysroot/default.nix
parent0ac33bf3f89c843803bce45ebe5b5a8865b67948 (diff)
downloadnixpkgs-7ebcb6ee483cea2152622b980a0b20fe7a4568cb.tar
nixpkgs-7ebcb6ee483cea2152622b980a0b20fe7a4568cb.tar.gz
nixpkgs-7ebcb6ee483cea2152622b980a0b20fe7a4568cb.tar.bz2
nixpkgs-7ebcb6ee483cea2152622b980a0b20fe7a4568cb.tar.lz
nixpkgs-7ebcb6ee483cea2152622b980a0b20fe7a4568cb.tar.xz
nixpkgs-7ebcb6ee483cea2152622b980a0b20fe7a4568cb.tar.zst
nixpkgs-7ebcb6ee483cea2152622b980a0b20fe7a4568cb.zip
remove trailing period
Diffstat (limited to 'pkgs/test/rust-sysroot/default.nix')
-rw-r--r--pkgs/test/rust-sysroot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/rust-sysroot/default.nix b/pkgs/test/rust-sysroot/default.nix
index 10b37278af9..dd10807e3aa 100644
--- a/pkgs/test/rust-sysroot/default.nix
+++ b/pkgs/test/rust-sysroot/default.nix
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
     doCheck = false; 
 
     meta = with lib; {
-        description = "Test for using custom sysroots with buildRustPackage.";
+        description = "Test for using custom sysroots with buildRustPackage";
         maintainers = with maintainers; [ aaronjanse ];
     };
 }