summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/antimony
AgeCommit message (Collapse)Author
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-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-28antimony: 2019-10-30 -> 2020-03-28rnhmjoj
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2019-11-03antimony: 2018-10-20 -> 2019-10-30rnhmjoj
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-02-22antimony: 2018-07-17 -> 2018-10-20rnhmjoj
2019-01-20antimony: find boost::python3 (#54368)Robert Schütz
Fixes https://github.com/NixOS/nixpkgs/issues/54329.
2018-09-10antimony: 0.9.3 -> 2018-10-17 (#46486)Michele Guerini Rocco
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev
2018-02-06antimony: 0.9.2 -> 0.9.3Ryan Mulligan
2016-07-10antimony: 0.8.0b -> 0.9.2Kranium Gikos Mendoza
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen
2016-05-09antimony: mark brokenThomas Tuegel
2016-04-20antimony: move to qmakeHookNikolay Amiantov
This reverts commit 9fa8fb1dec426ad79ff67e01f20d831c322d8525.
2016-04-15antimony: Fix running of {pre,post}Configureaszlig
Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of antimony override the whole configurePhase, so this hook isn't run at all. This fixes the build of antimony and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-10antimony: fix build with glibc-2.23Vladimír Čunát
And enableParalelBuilding = true;
2015-12-20antimony: Qt 5 infrastructure updateThomas Tuegel
2015-06-02Adds antimony 0.8.0b CAD programRichard Zetterberg