aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libcommuni (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libcommuni: disable checks as tests are run in installcheckJan Malakhovski2018-07-171-0/+1
|
* libcommuni: fix darwin buildDaiderd Jordan2018-03-171-2/+6
| | | | /cc ZHF #36454
* libcommuni: 2016-08-17 -> 3.5.0Jörg Thalheim2017-08-291-5/+6
|
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-181-2/+2
|
* treewide: fixup packages with RPATH problemsVladimír Čunát2017-05-181-0/+3
|
* enableParallelBuild -> enableParallelBuildingEelco Dolstra2016-09-011-1/+1
|
* libcommuni: 2016-03-23 -> 2016-08-17Alexander Ried2016-08-291-7/+8
| | | | add missing build input (fixes build)
* libcommuni: 2016-01-02 -> 2016-03-23Christoph Hrdinka2016-06-301-3/+3
|
* libcommuni: enabled doCheckMeyer S. Jacobs2016-06-301-0/+2
| | | | Closes #16612.
* Fixed libcommuni build.Meyer S. Jacobs2016-06-301-4/+5
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-031-1/+1
|
* libcommuni: move to qmakeHookNikolay Amiantov2016-04-201-6/+6
| | | | This reverts commit ee1af147f35818f60d3cd6192a4828abdbfdc632.
* libcommuni: Fix finding qmakeaszlig2016-04-151-3/+4
| | | | | | | | | | | | | | | | | | Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. As the configurePhase is replaced by a qmake path directly from qtbase, it won't work because the setup-hook from qtbase needs to do some setup in order for qmake to find its own data files. So instead of hardcoding that path, we just go for setting the configureFlags attribute and replacing which with "type -P" so that the configure script can figure out the right path to qmake on its own. This fixes the build of libcommuni and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* libcommuni: init at 2016-01-02Christoph Hrdinka2016-01-101-0/+30