assume that it works on all unix platforms

This commit is contained in:
zimbatm 2018-11-12 00:09:36 +01:00
parent d76ec523bb
commit 9ef52352bd
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation {
installPhase = "mkdir -p $out/lib; cp libredirect.so $out/lib"; installPhase = "mkdir -p $out/lib; cp libredirect.so $out/lib";
meta = { meta = {
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; platforms = stdenv.lib.platforms.unix;
description = "An LD_PRELOAD library to intercept and rewrite the paths in glibc calls"; description = "An LD_PRELOAD library to intercept and rewrite the paths in glibc calls";
longDescription = '' longDescription = ''
libredirect is an LD_PRELOAD library to intercept and rewrite the paths in libredirect is an LD_PRELOAD library to intercept and rewrite the paths in