Commit graph

1394 commits

Author SHA1 Message Date
R. RyanTM 0e78b71393 gifski: 1.2.6 -> 1.3.1 2021-01-29 02:48:23 +00:00
Sandro 6e94aa4281
Merge pull request #110904 from MetaDark/vkbasalt
vkBasalt: init at 0.3.2.4
2021-01-28 00:40:22 +01:00
Kira Bruneau df3a19b9d7 vkBasalt: init at 0.3.2.4 2021-01-27 13:04:10 -05:00
Patrick Mahoney 2426da9b0e qrcode: build on darwin
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2021-01-27 10:17:32 -06:00
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