Ben Siraphob
4ce8c34049
treewide: remove unnecessary enableParallelBuilding when using qmake
2021-07-20 10:32:58 +07:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook
2021-01-25 15:56:15 -06:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Fabian Möller
d8306e18ea
qmltermwidget: fix build with gcc10
2021-01-07 18:20:34 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +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
George Whewell
7875e817cf
change qmltermwidget version to 2018-11-24 and add unstable to name
2018-12-12 16:32:28 +00:00
George Whewell
b2cbbb32ac
qmltermwidget: update to latest master to fix cool-retro-term on darwin
2018-12-12 13:25:39 +00:00
George Whewell
5205aaa655
qmltermwidget: add missing utmp lib on darwin
2018-12-05 15:43:25 +00:00
adisbladis
05d803ab5f
qmltermwidget: Use fetchFromGitHub
2018-01-15 01:47:42 +08:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake
2017-06-18 08:41:57 -05:00
Thomas Tuegel
3f3d33a078
qt5: use distinct lib/qt-5.x
prefix for each minor version
...
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor
versions to coexist in the same environment.
2017-06-18 08:41:57 -05:00
Robin Gloster
c1866cade9
libsForQt5.qmltermwidget: fix build
2017-03-02 14:13:35 +01:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Nikolay Amiantov
005dab1a7a
qmltermwidget: move to qmakeHook
...
This reverts commit 2d6ea2cc30
.
2016-04-20 18:55:51 +03:00
aszlig
2d6ea2cc30
qmltermwidget: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of qmltermwidget
override the whole configurePhase, so this hook isn't run at all.
This fixes the build of qmltermwidget and it now successfully compiles
on my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
Sven Keidel
30ff95ea59
cool-retro-term: add missing dependencies and fix qmltermwidget
2016-01-01 12:00:11 +01:00
Louis Taylor
358885fd87
qmltermwidget: fix homepage url
2015-12-30 16:52:46 +00:00
Thomas Tuegel
4a3d7eae7e
qmltermwidget: build with Qt 5.5
2015-09-27 15:08:49 -05:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
William A. Kennington III
00df204c82
Merge remote-tracking branch 'upstream/master' into staging
2015-05-01 15:57:09 -07:00
Joachim Fasting
bf7ad2d84f
meta.description fixups
...
Mostly scripted substitutions with a couple of subjective enhancements.
2015-04-30 18:17:42 +02:00
Vladimír Čunát
30f31c9afc
Merge 'master' into staging
...
(relatively simple conflicts)
2015-04-26 22:52:08 +02:00
Joachim Fasting
8488d133f3
meta.licenses -> license
2015-04-21 23:10:07 +02:00
Thomas Tuegel
5d1f6ad57c
qt5: make qt-5.4.1 default
2015-03-24 17:14:56 -05:00
Sven Keidel
b50cabf2d4
cool-old-term: rename to cool-retro-term ( close #6071 )
...
The project has changed its name to cool-retro-term. The project also added a
dependency that is included as a submodule. I added this dependency as a
separate expression.
2015-01-31 19:23:45 +01:00