Sandro Jäckel
|
3453b89f4b
|
lzma: deprecate alias
|
2021-04-04 19:49:52 +02:00 |
|
Frederik Rietdijk
|
5a5cb718a5
|
bedtools: use python3
|
2021-03-25 10:42:32 +01:00 |
|
Justin Bedo
|
d81e79af15
|
bedtools: 2.29.2 -> 2.30.0
|
2021-01-25 13:06:22 +11: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 |
|
Ben Siraphob
|
683a87dbeb
|
treewide: remove periods from end of package descriptions
|
2020-10-17 08:22:31 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Justin Bedo
|
28a057a56b
|
bedtools: 2.29.1 -> 2.29.2
|
2019-12-18 10:39:25 +11:00 |
|
Justin Bedo
|
50fbca4bfc
|
bedtools: fix clang builds
|
2019-12-11 09:27:57 +11:00 |
|
Justin Bedo
|
592d288aa2
|
bedtools: 2.29.0 -> 2.29.1
|
2019-12-10 13:24:27 +11:00 |
|
Justin Bedo
|
6beabe7d2c
|
bedtools: 2.28.0 -> 2.29.0
|
2019-09-06 21:23:15 +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 |
|
Justin Bedo
|
11ed86d873
|
bedtools: 2.27.1 -> 2.28.0
|
2019-07-20 14:15:38 +02:00 |
|
Arcadio Rubio García
|
c75e91a374
|
bedtools: 2.26.0 -> 2.27.1
|
2018-01-22 12:09:44 +00:00 |
|
Justin Bedo
|
56aeb271c9
|
bedtools: fix clang build
|
2017-03-22 12:00:24 +11:00 |
|
Justin Bedo
|
7f214e6410
|
bedtools: init at 2.26.0
|
2017-03-08 22:36:29 +01:00 |
|