Commit graph

18 commits

Author SHA1 Message Date
Ben Siraphob 223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM f4d3204486 bcftools: 1.10.2 -> 1.11 2020-09-24 18:53:07 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM c905a6da5a bcftools: 1.9 -> 1.10.2 2019-12-22 20:00:29 -08:00
Miguel Madrid Mencía 148c82e07e
maintainer: mimadrid: update github username and personal data 2019-09-14 12:15:46 +02: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
R. RyanTM d7c3926352 bcftools: 1.8 -> 1.9 (#43950)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcftools/versions.
2018-07-30 22:36:27 +02:00
Jörg Thalheim 18fa54032a bcftools: python/perl is needed for shebangs 2018-04-08 09:35:20 +01:00
R. RyanTM 7b75bc79ef bcftools: 1.7 -> 1.8
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/bcftools/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/plot-vcfstats -h’ got 0 exit code
- ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/plot-vcfstats --help’ got 0 exit code
- ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/bcftools -h’ got 0 exit code
- ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/bcftools --help’ got 0 exit code
- ran ‘/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8/bin/bcftools help’ got 0 exit code
- found 1.8 with grep in /nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8
- directory tree listing: https://gist.github.com/c9ddd760c0c740dabaabeb604fbb8a5a
2018-04-07 20:11:48 -07:00
Ryan Mulligan 9af7602b8a bcftools: 1.6 -> 1.7
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/bcftools -h` got 0 exit code
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/bcftools --help` got 0 exit code
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/bcftools help` got 0 exit code
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/bcftools -v` and found version 1.7
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/bcftools --version` and found version 1.7
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/bcftools version` and found version 1.7
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/bcftools -h` and found version 1.7
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/bcftools --help` and found version 1.7
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/bcftools help` and found version 1.7
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/plot-vcfstats -h` got 0 exit code
- ran `/nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7/bin/plot-vcfstats --help` got 0 exit code
- found 1.7 with grep in /nix/store/5yasri83ahcvhx06dv92fpzmxay9c833-bcftools-1.7
2018-02-25 09:02:06 -08:00
Orivej Desh d73bd7f50a bcftools: fix up 2017-10-01 07:45:19 +00:00
mimadrid bebccf176e
bcftools: 1.5.0 -> 1.6.0 2017-09-30 22:22:25 +02:00
mimadrid 15a99ae367
bcftools: 1.4.0 -> 1.5.0 2017-08-13 00:17:48 +02:00
mimadrid 8d1bebf83c
bcftools: 1.3.1 -> 1.4 2017-05-11 07:04:33 +01:00
Justin Bedo ec31e2cc27
Fix bcftools installation prefix 2016-11-09 08:03:04 +11:00
Matthew Bauer 96322f6926 bcftools: fix darwin building
gcc not available
2016-08-10 22:48:19 -05:00
mimadrid d91d245f16
bcftools: init at 1.3.1 2016-06-24 21:08:17 +02:00