re2c : Fix build by adjusting sourceRoot.
This commit is contained in:
parent
6e2579c465
commit
ee5a17514c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||
name = "re2c-${version}";
|
||||
version = "0.16";
|
||||
|
||||
sourceRoot = "${name}-src/re2c";
|
||||
sourceRoot = "re2c/re2c";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "skvadrik";
|
||||
|
|
Loading…
Reference in a new issue