We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate.
13 lines
582 B
Diff
13 lines
582 B
Diff
diff -rupN discount-2.1.6-original/configure.inc discount-2.1.6/configure.inc
|
|
--- discount-2.1.6-original/configure.inc 2014-10-10 15:34:24.158325345 +0100
|
|
+++ discount-2.1.6/configure.inc 2014-10-10 15:34:33.553325321 +0100
|
|
@@ -32,7 +32,7 @@
|
|
# this preamble code is executed when this file is sourced and it picks
|
|
# interesting things off the command line.
|
|
#
|
|
-ac_default_path="/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin"
|
|
+ac_default_path=$PATH
|
|
|
|
ac_standard="--src=DIR where the source lives (.)
|
|
--prefix=DIR where to install the final product (/usr/local)
|