dmtx: fixup build after #29039

This commit is contained in:
Vladimír Čunát 2017-10-07 11:09:10 +02:00
parent ef41fc7f51
commit b174f42d36
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -16,7 +16,7 @@ let
in
stdenv.mkDerivation {
inherit (s) name version;
inherit buildInputs;
inherit nativeBuildInputs buildInputs;
src = fetchurl {
inherit (s) url sha256;
};