sys-apps/nix: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 4 Jul 2018 16:29:11 +0000 (18:29 +0200)
committerSergei Trofimovich <slyfox@gentoo.org>
Fri, 6 Jul 2018 20:44:56 +0000 (21:44 +0100)
sys-apps/nix/files/nix-1.11.6-per-user.patch [deleted file]

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 (file)
index 9cea685..0000000
+++ /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"