Ben Siraphob
8dd78bb4fb
treewide: fix double quoted strings in meta.description
2021-01-16 11:29:30 +07: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
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
xeji
6c2b87fd3c
rapcad: mark as broken
2018-04-12 23:04:03 +02:00
Alexander V. Nikolaev
1bc1909e5b
treewide: transition from mesa_glu to libGLU
2018-02-24 17:05:43 +02:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake
2017-06-18 08:41:57 -05:00
Thomas Tuegel
e6dc95697a
rapcad: pin to Qt 5.6
2017-03-25 09:23:52 -05:00
Thomas Tuegel
5044ceb7e7
rapcad: broken on Qt 5.6
2017-03-25 08:49:39 -05:00
ndowens
ec85bdb6c6
rapcad: 0.9.5 -> 0.9.8
2017-03-18 22:39:18 -05:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Nikolay Amiantov
6995d01939
rapcad: move to qmakeHook
...
This reverts commit 38d5c07b1447e807ab4723a271cbfcfece22c3df.
2016-04-20 18:55:41 +03:00
aszlig
38d5c07b14
rapcad: Fix running of {pre,post}Configure
...
Commit 0055c6a introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of rapcad
override the whole configurePhase, so this hook isn't run at all.
However, this still doesn't fix the build of rapcad, because it's unable
to find GL/glu.h.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
Thomas Tuegel
5af2e7b76e
rapcad: Qt 5 infrastructure update
2015-12-20 07:56:46 -06:00
Thomas Tuegel
5d1f6ad57c
qt5: make qt-5.4.1 default
2015-03-24 17:14:56 -05:00
Michael Raskin
a2fffba5cf
Re-remove boost.lib
2014-11-04 12:19:37 +03:00
Michael Raskin
dddf86ca28
Update Rapcad
2014-11-04 12:15:20 +03:00
William A. Kennington III
aa3e800be7
boost: Remove boost.lib
2014-11-02 17:22:27 -08:00
William A. Kennington III
31220480d8
boost: Update depdendent packages
2014-09-21 17:20:59 -07:00
Evgeny Egorochkin
6d3329dc31
rapcad: fix url
2013-07-18 20:42:04 +03:00
Michael Raskin
098b0c6a1d
Rapcad: add
...
Rapcad is a tool similar to OpenSCAD but with a richer language.
2012-08-27 15:41:49 +04:00