diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-04 18:29:11 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-06 21:44:56 +0100 |
commit | bacb85aabf5112d77daecf02a1028522b0fa7eb1 (patch) | |
tree | 99ebbfec9a13adc54166d4459d33dd5b1ea9171c /sys-apps | |
parent | media-sound/xmms2: remove unused patches (diff) | |
download | gentoo-bacb85aabf5112d77daecf02a1028522b0fa7eb1.tar.gz gentoo-bacb85aabf5112d77daecf02a1028522b0fa7eb1.tar.bz2 gentoo-bacb85aabf5112d77daecf02a1028522b0fa7eb1.zip |
sys-apps/nix: remove unused patch
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/nix/files/nix-1.11.6-per-user.patch | 11 |
1 files changed, 0 insertions, 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 9cea685c59a4..000000000000 --- 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" |