symlinkJoin: remove compatibility

This reverts commit f46b3153c0.
This commit is contained in:
tv 2019-02-16 18:15:13 +01:00
parent 4e81d40e30
commit 3a262f1c24

View File

@ -31,9 +31,4 @@ foldl' mergeAttrs {}
export PROOT_NO_SECCOMP=1
exec ${super.proot}/bin/proot "$@"
'';
# XXX symlinkJoin changed arguments somewhere around nixpkgs d541e0d
symlinkJoin = { name, paths, ... }@args: let
x = super.symlinkJoin args;
in if typeOf x != "lambda" then x else super.symlinkJoin name paths;
}