1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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;
};