mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
571c71e6f7
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.
16 lines
570 B
Diff
16 lines
570 B
Diff
diff '--color=auto' -Naur smpeg-r390.orig/acinclude/gtk-2.0.m4 smpeg-r390/acinclude/gtk-2.0.m4
|
|
--- smpeg-r390.orig/acinclude/gtk-2.0.m4 1970-01-01 08:00:01.000000000 +0800
|
|
+++ smpeg-r390/acinclude/gtk-2.0.m4 2021-12-16 15:52:17.776001058 +0800
|
|
@@ -24,10 +24,8 @@
|
|
|
|
no_gtk=""
|
|
|
|
- AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
|
-
|
|
if test x$PKG_CONFIG != xno ; then
|
|
- if pkg-config --atleast-pkgconfig-version 0.7 ; then
|
|
+ if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
|
|
:
|
|
else
|
|
echo "*** pkg-config too old; version 0.7 or better required."
|