Skip to content

Commit ee5a175

Browse files
Karn Kalliovbgl
Karn Kallio
authored andcommittedJul 9, 2017
re2c : Fix build by adjusting sourceRoot.
1 parent 6e2579c commit ee5a175

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 = "${name}-src/re2c";
7+
sourceRoot = "re2c/re2c";
88

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

0 commit comments

Comments
 (0)
Please sign in to comment.