about summary refs log tree commit diff
path: root/pkgs/tools/graphics/dmtx-utils
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-10-07 11:09:10 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-10-07 11:09:10 +0200
commitb174f42d36ff5eebeccc2104275c7d7b2f8867c7 (patch)
tree1ca53b74bf602402b31b38c644f3d069a5b47e9a /pkgs/tools/graphics/dmtx-utils
parentef41fc7f5140a6d980faf7ed2a865ec2f092253b (diff)
dmtx: fixup build after #29039
Diffstat (limited to 'pkgs/tools/graphics/dmtx-utils')
-rw-r--r--pkgs/tools/graphics/dmtx-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/dmtx-utils/default.nix b/pkgs/tools/graphics/dmtx-utils/default.nix
index 4cf4f8c791c4a..bb816e489404c 100644
--- a/pkgs/tools/graphics/dmtx-utils/default.nix
+++ b/pkgs/tools/graphics/dmtx-utils/default.nix
@@ -16,7 +16,7 @@ let
 in
 stdenv.mkDerivation {
   inherit (s) name version;
-  inherit buildInputs;
+  inherit nativeBuildInputs buildInputs;
   src = fetchurl {
     inherit (s) url sha256;
   };