mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
slack-cli: use nativeBuildInputs for makeWrapper
This commit is contained in:
parent
838473d3c5
commit
d2eacdcd65
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "022yr3cpfg0v7cxi62zzk08vp0l3w851qpfh6amyfgjiynnfyddl";
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue