From 544c667851b893a6359ab84547fb4286f28e8f93 Mon Sep 17 00:00:00 2001 From: uHOOCCOOHu Date: Mon, 29 Apr 2019 01:11:03 +0800 Subject: staruml: mark `dpkg` as nativeBuildInputs --- pkgs/tools/misc/staruml/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/tools/misc/staruml/default.nix b/pkgs/tools/misc/staruml/default.nix index bf024eb009c8..dcbee0e343ec 100644 --- a/pkgs/tools/misc/staruml/default.nix +++ b/pkgs/tools/misc/staruml/default.nix @@ -21,9 +21,7 @@ stdenv.mkDerivation rec { sha256 = "05gzrnlssjkhyh0wv019d4r7p40lxnsa1sghazll6f233yrqmxb0"; }; - buildInputs = [ dpkg ]; - - nativeBuildInputs = [ makeWrapper ]; + nativeBuildInputs = [ makeWrapper dpkg ]; unpackPhase = '' mkdir pkg -- cgit 1.4.1