aboutsummaryrefslogtreecommitdiff
path: root/tools/whisper-index.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2020-08-25 15:13:13 +1000
committerJustin Bedo <cu@cua0.org>2020-08-25 15:15:35 +1000
commit2cee6ee61240fbbc7f9684208b67eae8634404bf (patch)
tree0609a94a17f571f7fec905fc1cf0e1ba06a75ed0 /tools/whisper-index.nix
parent1db4fdf05830358c62de3734565c33b0a377d10b (diff)
whisper: app expression merged into nixpkgs
Diffstat (limited to 'tools/whisper-index.nix')
-rw-r--r--tools/whisper-index.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/whisper-index.nix b/tools/whisper-index.nix
index 675af7d..a9162f3 100644
--- a/tools/whisper-index.nix
+++ b/tools/whisper-index.nix
@@ -12,7 +12,7 @@ assert (matchFiletype "whisper-index" { fa = _: true; } ref);
stage {
name = "whisper-index";
- buildInputs = [ whisper.app ];
+ buildInputs = with pkgs; [ whisper ];
buildCommand = ''
ln -s ${ref} ref.fa
mkdir $out