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