summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
AgeCommit message (Collapse)Author
2021-01-30Merge pull request #111247 from siraben/stdenv-lib-node-envJörg Thalheim
pkgs/development: stdenv.lib -> lib in node-composition files
2021-01-30pkgs/development: stdenv.lib -> lib in node-composition filesBen Siraphob
Future updates to these files should generate them with node2nix 1.9.0 which removes stdenv.lib from the generated Nix.
2021-01-29gifski: 1.2.6 -> 1.3.1R. RyanTM
2021-01-28Merge pull request #110904 from MetaDark/vkbasaltSandro
vkBasalt: init at 0.3.2.4
2021-01-27vkBasalt: init at 0.3.2.4Kira Bruneau
2021-01-27qrcode: build on darwinPatrick Mahoney
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2021-01-27Merge pull request #110912 from siraben/stdenv-lib-inheritSandro
treewide: remove inherited stdenv.lib
2021-01-27treewide: remove inherited stdenv.libBen Siraphob
2021-01-26waifu2x-converter-cpp: 5.3.3 -> 5.3.4TilCreator
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-25spirv-cross: 2020-09-17 -> 2021-01-15Sebastian Neubauer
2021-01-25Revert "nodePackages: regenerate with node2nix 1.9.0"Sandro
2021-01-25Merge pull request #110545 from svanderburg/node2nix-updateSander van der Burg
nodePackages: regenerate with node2nix 1.9.0
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24treewide: stdenv.lib -> libPavol Rusnak
2021-01-23ldgallery: update generation script and regenerate Nix expressionsSander van der Burg
2021-01-22lprof: Mark as brokenMichael Weiss
The Hydra build fails since 2020-07-28: x86_64-linux: https://hydra.nixos.org/build/135234622 The patch was broken by eb627de968f but since there is no maintainer it seems best to simply mark it as broken and eventually remove it.
2021-01-21Merge pull request #110203 from r-ryantm/auto-update/oxipngVladyslav M
oxipng: 4.0.2 -> 4.0.3
2021-01-21treewide: editorconfig fixeszowoq
- add final newline - use spaces for indentation
2021-01-20oxipng: 4.0.2 -> 4.0.3R. RyanTM
2021-01-19Merge pull request #109937 from r-ryantm/auto-update/dpicRyan Mulligan
dpic: 2020.09.15 -> 2021.01.01
2021-01-20treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-19Merge pull request #109562 from leungbk/graph-cliSandro
2021-01-19dpic: 2020.09.15 -> 2021.01.01R. RyanTM
2021-01-18gifski: 1.2.4 -> 1.2.6R. RyanTM
2021-01-18Merge pull request #98545 from Flakebi/spirv-crossSandro
spirv-cross: 2020-06-29 -> 2020-09-17
2021-01-17graph-cli: init at 0.1.7Brian Leung
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-17Merge pull request #109567 from dali99/add_metapixelSandro
metapixel: init at 1.0.2
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob
2021-01-17metapixel: init at 1.0.2Daniel Olsen
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2021-01-15Merge pull request #109434 from siraben/pkgs-tools-stdenvJörg Thalheim
pkgs/tools: stdenv.lib -> lib
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob
2021-01-15Merge pull request #93321 from chessai/puppeteer-initMichael Raskin
puppeteer-cli: init
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-07Merge branch 'master' into staging-nextJan Tojnar
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-06fim: Fix the build by switching back to GCC 9Michael Weiss
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-06Merge pull request #108051 from SuperSandro2000/luxcorerender-buildSandro
luxcorerender: Fix build
2021-01-04Merge staging-next into staginggithub-actions[bot]
2021-01-03treewide: Inline more of the static overlayJohn Ericson
Picking up where #107238 left off. I think I'll have gotten all the easy stuff with this.
2021-01-03treewide: Start to break up static overlayJohn Ericson
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-03Merge pull request #108300 from siraben/parallel-cmakeJohn Ericson
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03Merge staging-next into staginggithub-actions[bot]
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob
2021-01-03vulkan: 1.2.141 -> 1.2.162Joe Hermaszewski
Also improve metadata for vulkan-validation-layers
2021-01-03Merge staging-next into stagingzowoq
2021-01-01ldgallery: init at 2.0pacien
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob
2020-12-31luxcorerender: Fix buildSandro Jäckel
CL/cl.hpp was missing which made the build fail.
2020-12-26jhead: list known vulnerabilitiesRobert Helgesson