summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/luxcorerender
AgeCommit message (Collapse)Author
2023-06-07luxcorerender: dropWeijia Wang
2023-01-05openimageio: default to openimageio2, rename 1.x to openimageio_1Robert Scott
keep a couple of packages "using" openimageio_1 - both are broken anyway, but as such we have no evidence that they work with 2.x. all are liable to get removed in the near future anyway.
2021-02-06luxcorerender: 2.0 -> 2.4 (#101413)Jonas Meurer
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob
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-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-06-07luxcorerender: dependency: python35 -> python36Markus S. Wamser
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-01dconf: move to top-levelJan Tojnar
2019-08-28treewide: remove redundant recvolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-24gnome3.gtk -> gtk3volth
fix evaluation when config.allowAliases == false (regression after #55735)
2019-02-14gnome3: stop using aliasesJan Tojnar
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-07-14Merge branch 'master' into staging-nextVladimír Čunát
Hydra: ?compare=1468896
2018-07-05luxcorerender: use python-enabled boostWill Dietz
2018-06-30appleseed, structure-synth, luxcorerender: libGLU instead of mesa_gluChris Hodapp
2018-06-21luxcorerender: init at 2.0, embree: init at 2.17.4Chris Hodapp