R. RyanTM
|
bd514f19b6
|
xosview2: 2.3.1 -> 2.3.2
|
2021-08-14 10:55:58 +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 |
|
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
|
c2d40b8790
|
xosview2: 2.3.0 -> 2.3.1 (#57515)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xosview2/versions
|
2019-03-14 00:07:02 +01:00 |
|
R. RyanTM
|
4b55459323
|
xosview2: 2.2.2 -> 2.3.0
* xosview2: 2.2.2 -> 2.3.0 (#50533)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xosview2/versions
* xosview2: fix licenses
https://sourceforge.net/p/xosview/git/ci/v2.3.0/tree/COPYING
|
2018-11-19 00:12:34 +01:00 |
|
Sean Zicari
|
3d8f6400ec
|
Remove .net from mirror URL.
|
2017-11-05 20:09:24 -06:00 |
|
Sean Zicari
|
0711fe96f2
|
xosview2: init at 2.2.2 (#30629)
|
2017-11-06 09:55:23 +08:00 |
|