11 stdenv.mkDerivation (finalAttrs: {
16 url = "https://github.com/libyal/libbde/releases/download/${finalAttrs.version}/libbde-alpha-${finalAttrs.version}.tar.gz";
17 hash = "sha256-La6rzBOfyBIXDn78vXb8GUt8jgQkzsqM38kRZ7t3Fp0=";
27 substituteInPlace pybde/Makefile \
28 --replace-fail '$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install' ' '
31 configureFlags = [ "--enable-python" ];
33 passthru.updateScript = nix-update-script { };
36 description = "Library to access the BitLocker Drive Encryption (BDE) format";
37 homepage = "https://github.com/libyal/libbde/";
38 license = lib.licenses.lgpl3;
39 maintainers = with lib.maintainers; [
43 platforms = lib.platforms.all;