Dmitry Kalinkin
e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations
2021-09-28 10:29:46 -04:00
Ben Siraphob
4ce8c34049
treewide: remove unnecessary enableParallelBuilding when using qmake
2021-07-20 10:32:58 +07:00
Stéphan Kochen
64945fc77e
communi: partial fix for darwin app
2021-05-11 12:09:50 +02:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook
2021-01-25 15:56:15 -06:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +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
Thomas Tuegel
f41b7f74d8
communi: qmakeFlags
2020-09-12 06:58:28 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +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
Daiderd Jordan
99d56c542e
communi: fix darwin build
...
/cc ZHF #36454
2018-03-17 16:37:56 +01:00
Jörg Thalheim
0d35ce240d
communi: 2016-08-17 -> 3.5.0
2017-08-29 11:46:36 +01:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper
2017-06-18 08:44:42 -05:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake
2017-06-18 08:41:57 -05:00
Jörg Thalheim
130082d012
communi: fix forbidden build references
2017-06-18 12:40:58 +01:00
Eelco Dolstra
02ee9d83d0
enableParallelBuild -> enableParallelBuilding
2016-09-01 10:46:47 +02:00
Alexander Ried
8d26e56608
communi: 2016-01-03 -> 2016-08-19
2016-08-29 17:04:27 +02:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Nikolay Amiantov
6b6768f455
communi: move to qmakeHook
...
This reverts commit 0fefa9939e
.
2016-04-20 18:55:46 +03:00
aszlig
0fefa9939e
communi: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of communi
override the whole configurePhase, so this hook isn't run at all.
This fixes the build of communi and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
Christoph Hrdinka
1f51e3b8af
communi: fix .desktop file's Exec
path
...
Changes `Exec` in `communi.desktop` from `/usr/bin/communi` to
`$out/bin/communi`.
2016-03-16 15:30:01 +01:00
Christoph Hrdinka
48dde66cd7
communi: fix output paths
2016-03-08 13:35:03 +01:00
Christoph Hrdinka
5e38018959
communi: init at 2016-01-03
2016-01-10 13:31:36 +01:00