nsync: apply suggestions from code review

Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
main
Brian McKenna 2 years ago committed by GitHub
parent eb4fd7e716
commit 510773323b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/libraries/nsync/default.nix

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "google";
repo = "nsync";
repo = pname;
rev = version;
sha256 = "sha256-jQJtlBDR6efBe1tFOUOZ6awaMTT33qM/GbvbwiWTZxw=";
};
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/google/nsync";
description = "C library that exports various synchronization primitives";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.puffnfresh ];
maintainers = with lib.maintainers; [ puffnfresh ];
# On macOS we get an error for some reason:
# > mkdir: cannot create directory 'build': File exists
platforms = lib.platforms.linux;

Loading…
Cancel
Save