summary refs log tree commit diff
path: root/pkgs/tools/graphics
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
parentef41fc7f5140a6d980faf7ed2a865ec2f092253b (diff)
downloadnixlib-b174f42d36ff5eebeccc2104275c7d7b2f8867c7.tar
nixlib-b174f42d36ff5eebeccc2104275c7d7b2f8867c7.tar.gz
nixlib-b174f42d36ff5eebeccc2104275c7d7b2f8867c7.tar.bz2
nixlib-b174f42d36ff5eebeccc2104275c7d7b2f8867c7.tar.lz
nixlib-b174f42d36ff5eebeccc2104275c7d7b2f8867c7.tar.xz
nixlib-b174f42d36ff5eebeccc2104275c7d7b2f8867c7.tar.zst
nixlib-b174f42d36ff5eebeccc2104275c7d7b2f8867c7.zip
dmtx: fixup build after #29039
Diffstat (limited to 'pkgs/tools/graphics')
-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 4cf4f8c791c4..bb816e489404 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;
   };