treewide: replace setSourceRoot = "sourceRoot=$PWD" and similar with sourceRoot = "."

This commit is contained in:
Jan Malakhovski
2023-08-10 12:11:22 +00:00
parent 7ad1b2d4e1
commit b358ebd870
14 changed files with 18 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
# Work around the "unpacker appears to have produced no directories"
setSourceRoot = "sourceRoot=`pwd`";
sourceRoot = ".";
installPhase = ''
runHook preInstall