Skip to content

Commit 3a891c6

Browse files
committedJul 9, 2017
re2c: fix sourceRoot in a more robust way
Reverting ee5a175 would also work. The temporary confusion was due to #26877 changes.
1 parent c5fdfff commit 3a891c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/tools/parsing/re2c/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
44
name = "re2c-${version}";
55
version = "0.16";
66

7-
sourceRoot = "re2c/re2c";
7+
sourceRoot = "${src.name}/re2c";
88

99
src = fetchFromGitHub {
1010
owner = "skvadrik";

0 commit comments

Comments
 (0)
Please sign in to comment.