lief: enable strictDeps (#481522)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-21 01:15:47 +00:00
committed by GitHub
+3
View File
@@ -52,6 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "LIEF_PYTHON_API" true)
(lib.cmakeBool "LIEF_EXAMPLES" false)
(lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic))
(lib.cmakeFeature "Python_EXECUTABLE" pyEnv.interpreter)
];
postBuild = ''
@@ -68,6 +69,8 @@ stdenv.mkDerivation (finalAttrs: {
pythonImportsCheck = [ "lief" ];
strictDeps = true;
passthru.updateScript = nix-update-script { };
meta = {