R. Ryantm
|
6282512ef7
|
dcm2niix: 1.0.20210317 -> 1.0.20211006
|
2021-10-29 09:34:20 +00:00 |
|
Luke Granger-Brown
|
884cf29501
|
dcm2niix: 1.0.20201102 -> 1.0.20210317
|
2021-05-02 11:10:40 +00:00 |
|
R. RyanTM
|
ad5f251230
|
dcm2niix: 1.0.20200331 -> 1.0.20201102
|
2021-05-02 03:14:11 +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 |
|
Ben Siraphob
|
3ae5e6ce03
|
treewide: remove enableParallelBuilding = true if using cmake
|
2021-01-03 18:37:40 +07:00 |
|
Ben Siraphob
|
db74029e3e
|
treewide: remove package names from prefix of descriptions
|
2020-10-27 09:15:07 -07:00 |
|
R. RyanTM
|
d0afae4298
|
dcm2niix: 1.0.20190902 -> 1.0.20200331
|
2020-05-02 10:16:22 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
R. RyanTM
|
a9551de99a
|
dcm2niix: 1.0.20190410 -> 1.0.20190902
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dcm2niix/versions
|
2019-10-22 16:31:19 -07: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 |
|
Linus Heckemann
|
2458209c3e
|
dcm2niix: 1.0.20170130 -> 1.0.20190410
|
2019-06-18 22:12:40 +02:00 |
|
Ashley Gillman
|
245a67df8b
|
dcm2niix: cmake is native, style
|
2018-01-15 16:53:28 +10:00 |
|
Ashley Gillman
|
271d4a7ca0
|
dcm2niix: init at 1.0.20170130
|
2018-01-15 16:45:03 +10:00 |
|