pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nix: Update to 2.12.0, doesn't build again, add dependencies.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Wed Dec 28 20:16:58 2022 +0100
Changeset:	6847565fdf601a02739afd91fd512627c76dbaf9

Modified Files:
	nix/Makefile
	nix/distinfo

Log Message:
nix: Update to 2.12.0, doesn't build again, add dependencies.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6847565fdf601a02739afd91fd512627c76dbaf9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nix/Makefile | 5 ++++-
 nix/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs:
diff --git a/nix/Makefile b/nix/Makefile
index e54e177bc0..7b77fec4aa 100644
--- a/nix/Makefile
+++ b/nix/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		nix-2.7.0
+DISTNAME=		nix-2.12.0
 CATEGORIES=		wip
 MASTER_SITES=		${MASTER_SITE_GITHUB:=NixOS/}
 
@@ -127,8 +127,11 @@ pre-configure:
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/editline/buildlink3.mk"
+.include "../../devel/googletest/buildlink3.mk"
+.include "../../sysutils/libcpuid/buildlink3.mk"
 .include "../../security/libsodium/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../wip/nlohmann-json/buildlink3.mk"
 #.include "../../wip/aws-sdk-cpp/buildlink3.mk" # Needs some source fixes
 .include "../../mk/bsd.pkg.mk"
diff --git a/nix/distinfo b/nix/distinfo
index 9c8f735b69..d86ec895e2 100644
--- a/nix/distinfo
+++ b/nix/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (nix-2.7.0.tar.gz) = 6729611a550c89357855a783bf388010c0edd5518b0b6e5ddd59bbf67f88d96e
-SHA512 (nix-2.7.0.tar.gz) = bb946fb66aaaf32379787cbb88dfa94f2b8095cf1c771a6b9a7f38748ca75e8b56c3681af0a98debe148a59bef7c73a270ef44fd5ada21845630e5b22b047421
-Size (nix-2.7.0.tar.gz) = 1131643 bytes
+BLAKE2s (nix-2.12.0.tar.gz) = 36414c2dc06343afd30f3fde7b09591e90c6ce32d33a74baf87b4670b4c46b70
+SHA512 (nix-2.12.0.tar.gz) = d70c34bbcd8a7898408ec3ea7b895f8663742ebd825bde789684df64fa6c02a71991a734b4512c96efd5eab9e6132f3f3085d625f00bf0536f95062970123b6d
+Size (nix-2.12.0.tar.gz) = 1204781 bytes


Home | Main Index | Thread Index | Old Index