Commit graph

13 commits

Author SHA1 Message Date
Utku Demir 1675eaf911 slack-cli: Add missing dependencies 2020-06-29 13:54:35 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Alyssa Ross 0e374a1b9c
slack-cli: fix dirname hack 2018-08-15 16:59:05 +01:00
Alyssa Ross 026f49e28c
slack-cli: remove wrapper package 2018-08-15 15:48:23 +01:00
Alyssa Ross 0a57de6f5b
slack-cli: add metadata 2018-08-15 15:47:24 +01:00
Alyssa Ross e276965a16
slack-cli: warn when not using SLACK_CLI_TOKEN 2018-08-15 15:47:19 +01:00
Alyssa Ross dac2235c1a
slack-cli: quote shell variables 2018-08-15 12:32:19 +01:00
Alyssa Ross d2eacdcd65
slack-cli: use nativeBuildInputs for makeWrapper 2018-08-15 12:32:00 +01:00
Alyssa Ross 838473d3c5
slack-cli: add version to name 2018-08-15 12:28:43 +01:00
Alyssa Ross ccc8dd222e
slack-cli: use fetchFromGitHub instead of fetchurl 2018-08-15 11:36:28 +01:00
Alyssa Ross 8d2ab1d914
slack-cli: init at 0.18.0
slack-cli must be configured using the SLACK_CLI_TOKEN environment
variable. Using `slack init` will not work because it tries to write to
the Nix store.
2018-08-15 09:56:04 +01:00