Unverified Commit 4da093dc authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

lief: enable strictDeps (#481522)

parents 765d9f1c 0b369234
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = {