rox-filer: simplify sourceRoot
This commit is contained in:
parent
5a0f953d9f
commit
60e834fa00
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
# go to the source directory after unpacking the sources
|
# 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
|
# account for 'setSourceRoot' offset
|
||||||
patchFlags = [ "-p2" ];
|
patchFlags = [ "-p2" ];
|
||||||
|
|
Loading…
Reference in a new issue