We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6e2579c commit ee5a175Copy full SHA for ee5a175
pkgs/development/tools/parsing/re2c/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
4
name = "re2c-${version}";
5
version = "0.16";
6
7
- sourceRoot = "${name}-src/re2c";
+ sourceRoot = "re2c/re2c";
8
9
src = fetchFromGitHub {
10
owner = "skvadrik";
0 commit comments