about summary refs log tree commit diff
path: root/scripts/nix-generate-patches.in
AgeCommit message (Collapse)AuthorFilesLines
2011-04-11 * configure: detect whether DBD::SQLite is present. If necessary theEelco Dolstra1-1/+1
location to DBI and DBD::SQLite can be passed with --with-dbi and --with-dbd-sqlite.
2011-04-06 * Remove the localPaths feature in manifests since it's no longer usedEelco Dolstra1-2/+2
and redundant anyway.
2010-12-05 * Use CamelCase for the Perl modules.Eelco Dolstra1-1/+1
2010-12-05 * Add a script `nix-generate-patches'.Eelco Dolstra1-0/+42
* Fix the binary patching test.