mimetic: patch for aarch64

This commit is contained in:
Emery Hemingway
2020-07-31 13:30:18 +02:00
parent b0edcfd09b
commit f153d9f855
2 changed files with 34 additions and 0 deletions
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ cutee ];
patches = stdenv.lib.optional stdenv.isAarch64 ./narrowing.patch;
meta = with stdenv.lib; {
description = "MIME handling library";
homepage = "http://www.codesink.org/mimetic_mime_library.html";