Skip to content

Commit

Permalink
zbar: Use multiple outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Sep 28, 2019
1 parent a694217 commit 3837059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/graphics/zbar/default.nix
Expand Up @@ -17,6 +17,8 @@ in stdenv.mkDerivation rec {
sha256 = "0hlxakpyjg4q9hp7yp3har1n78341b4knwyll28hn48vykg28pza";
};

outputs = [ "out" "dev" ];

nativeBuildInputs = [ pkgconfig xmlto autoreconfHook docbook_xsl ];

buildInputs = [
Expand Down

0 comments on commit 3837059

Please sign in to comment.