libproxy: mark unsupported on static
This commit is contained in:
parent
835ebf3563
commit
2b0f35b3ea
@ -135,6 +135,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://libproxy.github.io/libproxy/";
|
homepage = "https://libproxy.github.io/libproxy/";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
badPlatforms = [
|
||||||
|
# Mandatory libpxbackend-1.0 shared library.
|
||||||
|
lib.systems.inspect.platformPatterns.isStatic
|
||||||
|
];
|
||||||
mainProgram = "proxy";
|
mainProgram = "proxy";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user