From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07DF2138334 for ; Fri, 6 Jul 2018 20:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95951E09C1; Fri, 6 Jul 2018 20:45:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66FEEE09C1 for ; Fri, 6 Jul 2018 20:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C729B335C71 for ; Fri, 6 Jul 2018 20:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4901D360 for ; Fri, 6 Jul 2018 20:45:11 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1530909896.bacb85aabf5112d77daecf02a1028522b0fa7eb1.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/nix/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/nix/files/nix-1.11.6-per-user.patch X-VCS-Directories: sys-apps/nix/files/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bacb85aabf5112d77daecf02a1028522b0fa7eb1 X-VCS-Branch: master Date: Fri, 6 Jul 2018 20:45:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae78b911-f5ab-4c37-8a0d-8185a23f9c08 X-Archives-Hash: dc54c49430aae534b5958dc7b46ca35c commit: bacb85aabf5112d77daecf02a1028522b0fa7eb1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jul 4 16:29:11 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jul 6 20:44:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacb85aa sys-apps/nix: remove unused patch sys-apps/nix/files/nix-1.11.6-per-user.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sys-apps/nix/files/nix-1.11.6-per-user.patch b/sys-apps/nix/files/nix-1.11.6-per-user.patch deleted file mode 100644 index 9cea685c59a..00000000000 --- a/sys-apps/nix/files/nix-1.11.6-per-user.patch +++ /dev/null @@ -1,11 +0,0 @@ -By default created symlink poins to a directory not accessible by user. -Make a symlink the same way NixOS does symlinking. -diff --git a/scripts/nix-profile.sh.in b/scripts/nix-profile.sh.in -index 672d1f0..e3b0978 100644 ---- a/scripts/nix-profile.sh.in -+++ b/scripts/nix-profile.sh.in -@@ -6,3 +6,3 @@ if [ -n "$HOME" ]; then - echo "creating $NIX_LINK" >&2 -- _NIX_DEF_LINK=@localstatedir@/nix/profiles/default -+ _NIX_DEF_LINK=@localstatedir@/nix/profiles/per-user/$USER/profile - @coreutils@/ln -s "$_NIX_DEF_LINK" "$NIX_LINK"