Samuel Gräfenstein
|
b72ee5775c
|
treewide: gnome2.gtk -> gtk2
Fix building with `config.allowAliases = false;`.
|
2021-03-17 00:00:16 +01:00 |
|
Ben Siraphob
|
d6aeae8f90
|
pkgs/tools: pkgconfig -> pkg-config (2)
|
2021-01-17 23:27:27 +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 |
|
Mario Rodas
|
d9db5c0f90
|
nip2: 8.3.0 -> 8.7.1
|
2019-06-03 18:55:50 -05:00 |
|
Kirill Boltaev
|
bccd75094f
|
treewide: explicitly specify gtk and related package versions
|
2016-09-12 18:26:06 +03:00 |
|
Kranium Gikos Mendoza
|
59ee0c747a
|
nip2: 8.0 -> 8.3.0
|
2016-06-28 19:46:40 +08:00 |
|
Kovacsics Robert (NixOS-SSD2)
|
f4dce11c19
|
Major update to vips and nip2 to 8.0.2, changes:
- Much better conversion to greyscale
- More efficient use of file descriptors
- Rewritten TIFF pyramid creator
- Removed old stuff
See http://libvips.blogspot.co.uk/2015/05/whats-new-in-80.html
and https://github.com/jcupitt/libvips/blob/master/ChangeLog
|
2015-06-08 10:56:00 +01:00 |
|
Kovacsics Robert (rmk35)
|
aa2b38afb3
|
Added vips image processing system and GUI (close #5766)
VIPS is a free image processing system for large images, nip2 is its GUI
|
2015-01-21 19:19:56 +01:00 |
|