11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "1ak68s1v5dwh8y2dy5zjybmrh0pnqralmyqzis67y21m87g47h2k";
24 # 1. adds support for the latest FUSE on macOS
25 # 2. uses pkg-config to find libfuse instead of searching in predetermined
28 # https://github.com/Aorimn/dislocker/pull/246
30 url = "https://github.com/Aorimn/dislocker/commit/7744f87c75fcfeeb414d0957771042b10fb64e62.diff";
31 sha256 = "0bpyccbbfjsidsrd2q9qylb95nvi8g3glb3jss7xmhywj86bhzr5";
35 nativeBuildInputs = [ cmake pkg-config ];
36 buildInputs = [ fuse mbedtls_2 ];
39 description = "Read BitLocker encrypted partitions in Linux";
40 homepage = "https://github.com/aorimn/dislocker";
41 license = licenses.gpl2Plus;
42 maintainers = with maintainers; [ elitak ];
43 platforms = platforms.unix;