Loading pkgs/by-name/li/lief/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -68,6 +69,8 @@ stdenv.mkDerivation (finalAttrs: { pythonImportsCheck = [ "lief" ]; strictDeps = true; passthru.updateScript = nix-update-script { }; meta = { Loading Loading
pkgs/by-name/li/lief/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -68,6 +69,8 @@ stdenv.mkDerivation (finalAttrs: { pythonImportsCheck = [ "lief" ]; strictDeps = true; passthru.updateScript = nix-update-script { }; meta = { Loading