summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/biology/whisper
AgeCommit message (Collapse)Author
2024-05-20treewide: remove unused occurence of fetchurl argumentSigmanificient
2024-01-25whisper: enable parallel buildingSergei Trofimovich
2024-01-25whisper: fix `gcc-13` build failureSergei Trofimovich
Without the change build fails on `master` against `gcc-13` as https://hydra.nixos.org/build/246505636: mapper/../common/defs.h:53:9: error: 'uint32_t' does not name a type 53 | typedef uint32_t ref_pos_t; | ^~~~~~~~ mapper/../common/defs.h:35:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 34 | #include <string> +++ |+#include <cstdint>
2022-05-29treewide: pkgs/applications: mark broken for darwinRick van Schijndel
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-07-06whisper: init at 2.0.1Justin Bedo