11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
18 rev = "510c473d222a3d3d900b8ae1892d13e0d49d08be"; # no tags in repo
19 sha256 = "0qks3v51xvzxhidai414mbszxhcl8wg8g7zxd04qi260433g77yg";
22 createFindlibDestdir = true;
24 nativeBuildInputs = [ which ];
29 propagatedBuildInputs = [ file ];
32 homepage = "https://github.com/Chris00/ocaml-magic";
33 description = "Bindings for libmagic";
34 license = licenses.lgpl21Plus;
35 maintainers = with maintainers; [ dandellion ];