Commit Graph

22 Commits

Author SHA1 Message Date
cwyc
b80463f8d5 antimony: add desktop item 2021-06-01 15:23:42 -04: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
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rnhmjoj
9c7c0e148c
antimony: 2019-10-30 -> 2020-03-28 2020-03-28 09:24:55 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
rnhmjoj
4b62810916
antimony: 2018-10-20 -> 2019-10-30 2019-11-03 13:15:02 +01:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
rnhmjoj
b725641231
antimony: 2018-07-17 -> 2018-10-20 2019-02-22 17:08:16 +01:00
Robert Schütz
ca7ef865c4
antimony: find boost::python3 (#54368)
Fixes https://github.com/NixOS/nixpkgs/issues/54329.
2019-01-20 13:59:04 +01:00
Michele Guerini Rocco
fd7e69be1c antimony: 0.9.3 -> 2018-10-17 (#46486) 2018-09-10 22:17:00 +02:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Ryan Mulligan
977b996516 antimony: 0.9.2 -> 0.9.3 2018-02-06 07:01:01 -08:00
Kranium Gikos Mendoza
a2a2b334d9 antimony: 0.8.0b -> 0.9.2 2016-07-10 00:40:29 +08:00
Tuomas Tynkkynen
bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Thomas Tuegel
3a62eab2c9 antimony: mark broken 2016-05-09 10:01:46 -05:00
Nikolay Amiantov
62e3430b13 antimony: move to qmakeHook
This reverts commit 9fa8fb1dec.
2016-04-20 18:55:40 +03:00
aszlig
9fa8fb1dec
antimony: Fix running of {pre,post}Configure
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-04-15 01:34:42 +02:00
Vladimír Čunát
7ccccec51b antimony: fix build with glibc-2.23
And enableParalelBuilding = true;
2016-03-10 18:58:28 +01:00
Thomas Tuegel
7450865827 antimony: Qt 5 infrastructure update 2015-12-20 07:56:36 -06:00
Richard Zetterberg
1847e204e0 Adds antimony 0.8.0b CAD program 2015-06-02 11:11:39 +02:00