aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/qmltermwidget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: remove redundant recvolth2019-08-281-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* change qmltermwidget version to 2018-11-24 and add unstable to nameGeorge Whewell2018-12-121-2/+2
|
* qmltermwidget: update to latest master to fix cool-retro-term on darwinGeorge Whewell2018-12-121-2/+2
|
* qmltermwidget: add missing utmp lib on darwinGeorge Whewell2018-12-051-3/+4
|
* qmltermwidget: Use fetchFromGitHubadisbladis2018-01-151-4/+5
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * 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
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-181-2/+2
|
* qt5: use distinct `lib/qt-5.x` prefix for each minor versionThomas Tuegel2017-06-181-1/+1
| | | | | Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor versions to coexist in the same environment.
* libsForQt5.qmltermwidget: fix buildRobin Gloster2017-03-021-2/+2
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-031-1/+1
|
* qmltermwidget: move to qmakeHookNikolay Amiantov2016-04-201-8/+3
| | | | This reverts commit 2d6ea2cc3072f9bd86d655bf7e614d556ee0b339.
* qmltermwidget: Fix running of {pre,post}Configureaszlig2016-04-151-1/+5
| | | | | | | | | | | 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>
* cool-retro-term: add missing dependencies and fix qmltermwidgetSven Keidel2016-01-011-1/+1
|
* qmltermwidget: fix homepage urlLouis Taylor2015-12-301-1/+1
|
* qmltermwidget: build with Qt 5.5Thomas Tuegel2015-09-271-2/+2
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-281-1/+1
| | | | And don't use square brackets on such lines.
* Merge remote-tracking branch 'upstream/master' into stagingWilliam A. Kennington III2015-05-011-1/+1
|\
| * meta.description fixupsJoachim Fasting2015-04-301-1/+1
| | | | | | | | Mostly scripted substitutions with a couple of subjective enhancements.
* | Merge 'master' into stagingVladimír Čunát2015-04-261-1/+1
|\| | | | | | | (relatively simple conflicts)
| * meta.licenses -> licenseJoachim Fasting2015-04-211-1/+1
| |
* | qt5: make qt-5.4.1 defaultThomas Tuegel2015-03-241-2/+2
|/
* cool-old-term: rename to cool-retro-term (close #6071)Sven Keidel2015-01-311-0/+33
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.