1
0
Fork 1
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:
Alyssa Ross 2018-08-15 12:32:00 +01:00
parent 838473d3c5
commit d2eacdcd65
No known key found for this signature in database
GPG key ID: C4844408C0657052

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
sha256 = "022yr3cpfg0v7cxi62zzk08vp0l3w851qpfh6amyfgjiynnfyddl";
};
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
dontBuild = true;