mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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.
14 lines
331 B
Diff
14 lines
331 B
Diff
diff -Naur a/configure.ac b/configure.ac
|
|
--- a/configure.ac 2008-04-23 20:37:42.000000000 +0900
|
|
+++ b/configure.ac 2021-05-16 01:28:24.000000000 +0900
|
|
@@ -46,9 +46,7 @@
|
|
|
|
# Checks for library functions.
|
|
AC_FUNC_CHOWN
|
|
-AC_FUNC_MALLOC
|
|
AC_FUNC_MKTIME
|
|
-AC_FUNC_REALLOC
|
|
AC_FUNC_SELECT_ARGTYPES
|
|
AC_FUNC_STRFTIME
|
|
AC_FUNC_UTIME_NULL
|