1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix a runtime issue causing Nix to die when it builds packages

Related upstream PR:
https://github.com/NixOS/nix/pull/4530

PR:		253322
Submitted by:	hi@alyssa.is
MFH:		2021Q1
This commit is contained in:
Mateusz Piotrowski 2021-02-08 10:48:16 +00:00
parent 2cfc421833
commit 32b95467af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564693
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,10 @@
PORTNAME= nix
DISTVERSION= 2.3.10
PORTREVISION= 1
CATEGORIES= sysutils
PATCH_SITES= https://github.com/NixOS/nix/commit/
PATCHFILES= 7c112351d9e941567e64063638396259546d9a48.patch:-p1 # libutil: EPERM from kill(-1, ...) is fine #4530
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Purely functional package manager

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1610015177
TIMESTAMP = 1612780772
SHA256 (NixOS-nix-2.3.10_GH0.tar.gz) = 04e1c7c625b753df35bf0e0a952d1a886fd6c6b582190832d57a7269241b4b50
SIZE (NixOS-nix-2.3.10_GH0.tar.gz) = 903852
SHA256 (7c112351d9e941567e64063638396259546d9a48.patch) = 22d513a2337a61d5cebf7ed1542b9d72d6cbc57f99bcd10f3e311870e71d9e3a
SIZE (7c112351d9e941567e64063638396259546d9a48.patch) = 2050