Unverified Commit 3347224a authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

libdmtx: add dev & man output (#482256)

parents d44195f8 ee7463ba
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -22,6 +22,12 @@ stdenv.mkDerivation rec {
    pkg-config
  ];

  outputs = [
    "out"
    "dev"
    "man"
  ];

  meta = {
    description = "Open source software for reading and writing Data Matrix barcodes";
    homepage = "https://github.com/dmtx/libdmtx";