File tree 1 file changed +7
-7
lines changed
pkgs/development/tools/parsing/re2c
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ stdenv.mkDerivation rec {
7
7
sourceRoot = "${ src . name } /re2c" ;
8
8
9
9
src = fetchFromGitHub {
10
- owner = "skvadrik" ;
11
- repo = "re2c" ;
12
- rev = version ;
10
+ owner = "skvadrik" ;
11
+ repo = "re2c" ;
12
+ rev = version ;
13
13
sha256 = "0cijgmbyx34nwl2jmsswggkgvzy364871rkbxz8biq9x8xrhhjw5" ;
14
14
} ;
15
15
16
16
nativeBuildInputs = [ autoreconfHook ] ;
17
17
18
- meta = {
18
+ meta = with stdenv . lib ; {
19
19
description = "Tool for writing very fast and very flexible scanners" ;
20
20
homepage = "http://re2c.org" ;
21
- license = stdenv . lib . licenses . publicDomain ;
22
- platforms = stdenv . lib . platforms . all ;
23
- maintainers = [ stdenv . lib . maintainers . thoughtpolice ] ;
21
+ license = licenses . publicDomain ;
22
+ platforms = platforms . all ;
23
+ maintainers = with maintainers ; [ thoughtpolice ] ;
24
24
} ;
25
25
}
You can’t perform that action at this time.
0 commit comments