Commit Graph

20 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
eb84f26482 delly: 1.1.8 -> 1.2.6 2023-12-22 18:36:25 +00:00
R. Ryantm
bda407e1c8 delly: 1.1.7 -> 1.1.8 2023-10-25 10:07:12 +00:00
Justin Bedo
e347cca9f8
delly: 1.1.6 -> 1.1.7
Diff: https://github.com/dellytools/delly/compare/v1.1.6...1.1.7
2023-10-06 14:12:05 +11:00
natsukium
7cec88e50f
delly: enable openmp 2023-07-14 00:20:20 +09:00
natsukium
ae95c0d5a5
delly: refactor 2023-07-14 00:18:27 +09:00
natsukium
61be2ca18a
delly: enable darwin support
- add passthru.tests
2023-07-13 23:54:39 +09:00
R. Ryantm
c7ba9b459c delly: 1.1.5 -> 1.1.6 2022-11-08 18:21:37 +00:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
R. Ryantm
ddf9f1800a delly: 1.1.3 -> 1.1.5 2022-09-27 11:26:09 +00:00
R. Ryantm
8b7c09d0e6 delly: 1.0.3 -> 1.1.3 2022-08-05 08:58:15 +00:00
R. Ryantm
5ea1c721e1 delly: 0.9.1 -> 1.0.3 2022-07-07 22:10:48 +00:00
Justin Bedo
c1eb0dddea
delly: 0.8.7 -> 0.9.1 2021-11-25 21:19:48 +11:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
R. RyanTM
a0e1bb6a4b delly: 0.8.6 -> 0.8.7 2021-01-18 14:22:30 +00: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
Justin Bedo
6ce06dccfc
delly: 0.8.5 -> 0.8.6 2020-12-14 09:55:57 +11:00
Justin Bedo
d8d8f9390a
delly: 0.8.2 -> 0.8.5 2020-10-01 18:09:53 +10:00
Justin Bedo
a8fe9e7aff
delly: 0.8.1 -> 0.8.2
Backported patch required for htslib 1.10.2
2020-02-11 19:21:59 +11:00
scalavision
3d860972ee delly: init at 0.8.1 (#70871) 2019-10-10 22:08:45 -04:00