nixpkgs/pkgs/development/libraries/gamin
Christian Kampka 507a5e95da gamin: Fix cross compiling issues
Gamin fails to build cross-platform because it tries to run
AC_RUN_IFELSE during configure which fails as the test program is built
for the wrong platform and cannot execute. Since the test is only for
the 'abstract socket namespace' feature, we can just pin the results
for out builds, it is 'yes' for Linux and 'no' for Darwin (and other
BSD).
2020-10-20 21:22:37 +02:00
..
abstract-socket-namespace.patch gamin: Fix cross compiling issues 2020-10-20 21:22:37 +02:00
deadlock.patch
debian-patches.nix
debian-patches.txt
default.nix gamin: Fix cross compiling issues 2020-10-20 21:22:37 +02:00
returnval.patch