Commit faabb590 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

libetpan: add `dev` output

parent 99eb0f34
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
    sha256 = "0g7an003simfdn7ihg9yjv7hl2czsmjsndjrp39i7cad8icixscn";
  };

  outputs = [ "out" "dev" ];

  patches = [
    # The following two patches are fixing CVE-2020-15953, as reported in the
    # issue tracker: https://github.com/dinhvh/libetpan/issues/386