rox-filer: simplify sourceRoot

This commit is contained in:
Jan Malakhovski 2023-08-10 12:12:52 +00:00
parent 5a0f953d9f
commit 60e834fa00

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
];
# go to the source directory after unpacking the sources
setSourceRoot = "export sourceRoot=rox-filer-${version}/ROX-Filer/";
sourceRoot = "rox-filer-${version}/ROX-Filer";
# account for 'setSourceRoot' offset
patchFlags = [ "-p2" ];