Commit graph

1440 commits

Author SHA1 Message Date
Sandro ad97ca4e51
Merge pull request #110912 from siraben/stdenv-lib-inherit
treewide: remove inherited stdenv.lib
2021-01-27 10:28:55 +01:00
Ben Siraphob 3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
TilCreator 38e0c51452 waifu2x-converter-cpp: 5.3.3 -> 5.3.4 2021-01-26 15:19:42 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Sebastian Neubauer 16bfde2e7e spirv-cross: 2020-09-17 -> 2021-01-15 2021-01-25 13:47:00 +01:00
Sandro 3cd31450a1
Revert "nodePackages: regenerate with node2nix 1.9.0" 2021-01-25 11:31:27 +01:00
Sander van der Burg 40f27ff2be
Merge pull request #110545 from svanderburg/node2nix-update
nodePackages: regenerate with node2nix 1.9.0
2021-01-25 09:13:59 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Pavol Rusnak 90f7338112
treewide: stdenv.lib -> lib 2021-01-24 01:49:49 +01:00
Sander van der Burg 26642f208b ldgallery: update generation script and regenerate Nix expressions 2021-01-23 15:15:24 +01:00
Michael Weiss 588643a13d
lprof: Mark as broken
The Hydra build fails since 2020-07-28:
x86_64-linux:  https://hydra.nixos.org/build/135234622

The patch was broken by eb627de968 but since there is no maintainer it
seems best to simply mark it as broken and eventually remove it.
2021-01-22 11:57:14 +01:00
Vladyslav M 6317796bec
Merge pull request #110203 from r-ryantm/auto-update/oxipng
oxipng: 4.0.2 -> 4.0.3
2021-01-21 09:02:17 +02:00
zowoq 8adc564f28 treewide: editorconfig fixes
- add final newline
- use spaces for indentation
2021-01-21 09:30:52 +10:00
R. RyanTM 754bba41d1 oxipng: 4.0.2 -> 4.0.3 2021-01-20 19:32:25 +00:00
Ryan Mulligan 55d92f3d78
Merge pull request #109937 from r-ryantm/auto-update/dpic
dpic: 2020.09.15 -> 2021.01.01
2021-01-19 18:53:25 -08:00
zowoq 31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Sandro 1e5e5bdf34
Merge pull request #109562 from leungbk/graph-cli 2021-01-19 16:54:33 +01:00
R. RyanTM 1771e8810e dpic: 2020.09.15 -> 2021.01.01 2021-01-19 10:44:27 +00:00
R. RyanTM 1baed4e015 gifski: 1.2.4 -> 1.2.6 2021-01-18 21:16:28 +00:00
Sandro baf9e277a4
Merge pull request #98545 from Flakebi/spirv-cross
spirv-cross: 2020-06-29 -> 2020-09-17
2021-01-18 14:17:15 +01:00
Brian Leung dcfc3b1d22 graph-cli: init at 0.1.7
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-17 16:28:57 -08:00
Sandro e53c43bebb
Merge pull request #109567 from dali99/add_metapixel
metapixel: init at 1.0.2
2021-01-17 19:49:11 +01:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Daniel Olsen a67d49dfef metapixel: init at 1.0.2 2021-01-17 15:44:27 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Jörg Thalheim 147270c1c9
Merge pull request #109434 from siraben/pkgs-tools-stdenv
pkgs/tools: stdenv.lib -> lib
2021-01-15 10:48:18 +00:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Michael Raskin 35da03c298
Merge pull request #93321 from chessai/puppeteer-init
puppeteer-cli: init
2021-01-15 09:36:52 +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
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Michael Weiss b9cbe0f8e7
fim: Fix the build by switching back to GCC 9
GCC 10 breaks the build: https://hydra.nixos.org/build/134272249
There are workarounds to fix the build with GCC 10 [0] but since
upstream is inactive it's probably best to deprecate fim soon.

[0]: https://aur.archlinux.org/cgit/aur.git/commit/?h=fim&id=66258387a099da72f7758495fb0e3c93e16068e7
2021-01-06 19:45:39 +01:00
Sandro cde7613874
Merge pull request #108051 from SuperSandro2000/luxcorerender-build
luxcorerender: Fix build
2021-01-06 01:59:34 +01:00
github-actions[bot] 581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
John Ericson 5c2965145f treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +00:00
John Ericson f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
John Ericson b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
github-actions[bot] 0649757570
Merge staging-next into staging 2021-01-03 12:24:59 +00:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Joe Hermaszewski cbc4bd9971 vulkan: 1.2.141 -> 1.2.162
Also improve metadata for vulkan-validation-layers
2021-01-03 11:03:42 +00:00
zowoq fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
pacien 0f005c2132 ldgallery: init at 2.0 2021-01-01 16:30:48 +01:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Sandro Jäckel 5d1c04d97e
luxcorerender: Fix build
CL/cl.hpp was missing which made the build fail.
2020-12-31 18:21:17 +01:00
Robert Helgesson 06ed62c27c
jhead: list known vulnerabilities 2020-12-26 13:28:26 +01:00
Pavol Rusnak 539410defe
Merge pull request #107188 from expipiplus1/joe-dxc-darwin
Add Darwin support for directx-shader-compiler
2020-12-24 14:38:13 +01:00
Joe Hermaszewski be8a89e784 directx-shader-compiler: Add Darwin support 2020-12-20 13:03:29 +08:00
github-actions[bot] b24d59148c
Merge master into staging-next 2020-12-19 12:22:54 +00:00
Joe Hermaszewski cb43266d22 directx-shader-compiler: init at 1.5.2010 2020-12-19 14:18:02 +08:00
Jörg Thalheim f6f4f1ab4a graphviz: enable parallel building
it's autotools so it should be safe
2020-12-17 07:38:57 +01:00
github-actions[bot] 4549c836e7
Merge master into staging-next 2020-12-08 12:19:44 +00:00
R. RyanTM d83c4461e5 resvg: 0.11.0 -> 0.12.0 2020-12-08 04:56:22 +00:00
R. RyanTM 3313a5a347 gnuplot: 5.4.0 -> 5.4.1 2020-12-05 18:26:30 +00:00
R. RyanTM 672bfcce54 gromit-mpx: 1.3.1 -> 1.4 2020-12-04 13:39:58 +00:00
R. RyanTM 4d90ff8975 oxipng: 4.0.1 -> 4.0.2 2020-12-03 04:57:07 +00:00
R. RyanTM 797cf968a2 oxipng: 4.0.0 -> 4.0.1 2020-11-29 06:12:03 +00:00
R. RyanTM 2197ec8e83 gmic: 2.9.3 -> 2.9.4 2020-11-27 23:41:05 +01:00
Sandro 33b99efb96
Merge pull request #100860 from sbruder/waifu2x-opencl 2020-11-27 12:08:13 +01:00
Sandro 7aa23895ab
Merge pull request #101822 from siraben/exifprobe-init 2020-11-27 00:14:15 +01:00
Chris Forno f2b2eb23f1
vips: add librsvg dependency
Some vips operations on SVG files require librsvg.
2020-11-25 11:42:24 +08:00
Sandro 5917193cef
Merge pull request #103594 from r-ryantm/auto-update/yafaray-core
yafaray-core: 3.5.0 -> 3.5.1
2020-11-24 02:30:54 +01:00
Jörg Thalheim 2a5e8ce636
gmic: upgrade opencv 2020-11-21 10:12:11 +01:00
Joe Hermaszewski 768b1c3c26 vulkan-extension-layer: 2020-08-25 -> 2020-11-20 2020-11-20 20:40:32 +08:00
Joe Hermaszewski c8d1171254 vulkan-extension-layer: init at 2020-08-25
There are no tags or releases on the repo, so just use the date as version.

Khronos strikes again with terrible naming here.
2020-11-20 15:25:26 +08:00
R. RyanTM 230fd90dcc gmic: 2.9.2 -> 2.9.3 2020-11-18 21:14:59 +01:00
Joe Hermaszewski b2fae2dbdf vulkan-tools-lunarg: init at 1.2.141.0 2020-11-17 15:08:51 +08:00
Joe Hermaszewski 929db7f52f vulkan-tools: Correct description in metadata
Use the github repo here as the homepage as lunarg.com has heaps of
stuff besides these tools.
2020-11-17 15:08:19 +08:00
Maximilian Bosch 17dad13bc1
Merge pull request #103581 from r-ryantm/auto-update/vips
vips: 8.10.1 -> 8.10.2
2020-11-12 23:19:21 +01:00
R. RyanTM a532edc6cd yafaray-core: 3.5.0 -> 3.5.1 2020-11-12 11:31:44 +00:00
R. RyanTM c589847526
viu: 1.1 -> 1.2.1 (#103582) 2020-11-12 12:06:52 +01:00
R. RyanTM 4534a5e362 vips: 8.10.1 -> 8.10.2 2020-11-12 10:08:36 +00:00
Vladyslav M a52b343b39 oxipng: 3.0.1 -> 4.0.0 2020-11-11 14:56:57 -08:00
R. RyanTM a9e2cea85c gifski: 1.2.2 -> 1.2.4 2020-11-11 07:13:04 +00:00
Samuel Gräfenstein 433c1a7726 diagrams-builder,mlflow-server: remove trailing whitespace 2020-11-09 11:39:28 +00:00
Samuel Gräfenstein 22b73d1282 pkgs/*: add final newline to .nix files 2020-11-09 11:39:28 +00:00
Michael Raskin 9621822607 asymptote: 2.66 -> 2.67; fix build with fresh ghostscript 2020-11-08 16:15:55 +01:00
Sebastian Neubauer 2907f280d3 piglit: init at unstable-2020-10-23
piglit is a test runner for mesa.
To check that it is working, run `piglit run sanity results/sanity`
2020-11-03 14:49:37 +01:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Ben Siraphob 35f812848e exifprobe: init at unstable-2018-06-19 2020-10-27 22:53:13 +07:00
Ryan Mulligan 459aecac49
Merge pull request #101554 from r-ryantm/auto-update/dpic
dpic: 2020.06.01 -> 2020.09.15
2020-10-26 07:36:19 -07:00
Anderson Torres ad19f56230
Merge pull request #90276 from Ralith/pfsfix
pfstools: fix Qt environment
2020-10-26 08:39:23 -03:00
R. RyanTM 14502974c9 dpic: 2020.06.01 -> 2020.09.15 2020-10-24 13:53:30 +00:00
Mario Rodas 1f378561c6
Merge pull request #100944 from r-ryantm/auto-update/gifski
gifski: 1.2.0 -> 1.2.2
2020-10-18 07:28:59 -05:00
R. RyanTM 3366d98cae gifski: 1.2.0 -> 1.2.2 2020-10-18 09:11:10 +00:00
Simon Bruder ca3dd4b52f
waifu2x-converter-cpp: add OpenCL support 2020-10-17 20:34:21 +02:00
Simon Bruder c69dd49995
waifu2x-converter-cpp: 5.2.4 -> 5.3.3 2020-10-17 20:12:50 +02:00
Mario Rodas 74da7d5a79
Merge pull request #100491 from marsam/init-resvg
resvg: init at 0.11.0
2020-10-15 07:31:08 -05:00
Doron Behar 0826f2efae
Merge pull request #94049 from CajuM/vulkan-up 2020-10-15 09:53:35 +03:00
Mario Rodas ab8f1f32f3 resvg: init at 0.11.0 2020-10-14 04:20:00 +00:00
eyjhb 70f033e97b
imgur-screenshot: 1.7.4 -> 2.0.0 2020-10-13 14:36:37 +02:00
Vincent Laporte 8b92269f53 kst: remove broken 2020-10-13 07:55:22 +02:00
Dmitry Kalinkin eca072f96b
dmtx-utils: enable on darwin 2020-10-09 16:12:26 -04:00
Jan Tojnar 46cf3b84b1
netpbm: 10.91.3 → 10.92.0 2020-10-02 13:33:36 +02:00
Jan Tojnar 43ea7e011d
netpbm: Fix cross-compilation
Co-Authored-By: Christian Kampka <christian@kampka.net>
2020-10-02 13:05:39 +02:00
Jan Tojnar 3f3fe38c7a
netpbm: Do not use vendored dependencies
Especially since Jasper is unmaintained and insecure
2020-10-02 13:05:38 +02:00
Jan Tojnar 8a9fa4782f
netpbm: 10.89.1 → 10.91.3
Also fix accidentally not running postConfigure
2020-10-02 13:05:38 +02:00
Mario Rodas b32eeee41d
Merge pull request #98906 from r-ryantm/auto-update/vips
vips: 8.10.0 -> 8.10.1
2020-09-27 22:44:58 -05:00
R. RyanTM 99d163ef2f vips: 8.10.0 -> 8.10.1 2020-09-27 02:46:10 +00:00
Daniël de Kok 163fc72328
Merge pull request #98630 from Flakebi/amber
amber: init at unstable-2020-09-23
2020-09-25 11:22:26 +02:00
Sebastian Neubauer 179360d419 amber: init at unstable-2020-09-23 2020-09-25 08:10:50 +02:00
Câju Mihai-Drosi bda92bfad0 vulkan-tools: 1.2.131.1 -> 1.2.141.0 2020-09-24 08:19:42 +03:00