p11-kit: mark unsupported on static (#380589)
This commit is contained in:
@@ -95,6 +95,10 @@ stdenv.mkDerivation rec {
|
||||
"https://github.com/p11-glue/p11-kit/releases/tag/${version}"
|
||||
];
|
||||
platforms = platforms.all;
|
||||
badPlatforms = [
|
||||
# https://github.com/p11-glue/p11-kit/issues/355#issuecomment-778777141
|
||||
lib.systems.inspect.platformPatterns.isStatic
|
||||
];
|
||||
license = licenses.bsd3;
|
||||
mainProgram = "p11-kit";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user