re2c : Fix build by adjusting sourceRoot.

This commit is contained in:
Karn Kallio 2017-07-08 21:32:17 -04:00 committed by Vincent Laporte
parent 6e2579c465
commit ee5a17514c

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "re2c-${version}";
version = "0.16";
sourceRoot = "${name}-src/re2c";
sourceRoot = "re2c/re2c";
src = fetchFromGitHub {
owner = "skvadrik";