1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

* Bug fix in parsing of /* ... */ comments; due to longest match

regexp there could be only one such comment per file.
This commit is contained in:
Eelco Dolstra 2004-10-27 13:00:31 +00:00
parent 463e2817c5
commit 3277c9432a
4 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1 @@
Function([NoDefFormal("stdenv"),NoDefFormal("fetchurl")],Call(Select(Var("stdenv"),"mkDerivation"),Attrs([Bind("name",Str("libXi-6.0.1"),Pos("(string)",4,7)),Bind("src",Call(Var("fetchurl"),Attrs([Bind("url",Uri("http://freedesktop.org/~xlibs/release/libXi-6.0.1.tar.bz2"),Pos("(string)",6,8)),Bind("md5",Str("7e935a42428d63a387b3c048be0f2756"),Pos("(string)",7,8))])),Pos("(string)",5,6))])),Pos("(string)",1,2))