Commit Graph

73 Commits

Author SHA1 Message Date
Samuel Gräfenstein
551e4c56a3
kdev-{php,python}: download from KDE mirrors 2022-02-25 22:00:06 +01:00
Felix Buehler
32e5eb59fa kdev-python: switch to fetchFromGitHub 2021-12-23 19:11:17 +01:00
Felix Buehler
a4a96c50bd kdev-php: switch to fetchFromGitHub 2021-12-23 19:11:17 +01:00
Artturi
0d27724e89
Merge pull request #111943 from r-ryantm/auto-update/kdevelop 2021-08-09 00:22:14 +03:00
Aaron Andersen
4aaf52423e
Merge pull request #111941 from r-ryantm/auto-update/kdev-python
kdev-python: 5.6.1 -> 5.6.2
2021-08-04 22:00:10 -04:00
Aaron Andersen
1caf8454db
Merge pull request #111938 from r-ryantm/auto-update/kdev-php
kdev-php: 5.6.1 -> 5.6.2
2021-08-04 21:59:47 -04:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
R. RyanTM
193f7f211c kdevelop-unwrapped: 5.6.1 -> 5.6.2 2021-02-04 16:51:32 +00:00
R. RyanTM
27724b4702 kdev-python: 5.6.1 -> 5.6.2 2021-02-04 16:34:55 +00:00
R. RyanTM
a033a6e23e kdev-php: 5.6.1 -> 5.6.2 2021-02-04 16:07:52 +00:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Anderson Torres
c5323df4f7
Merge pull request #106727 from r-ryantm/auto-update/kdevelop
kdevelop-unwrapped: 5.6.0 -> 5.6.1
2021-01-16 16:26:33 -03:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +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
Ben Siraphob
3496ce2a0c treewide: remove trailing whitespaces 2021-01-01 10:41:04 -08:00
Aaron Andersen
ba2e5e624a
Merge pull request #106717 from r-ryantm/auto-update/kdev-php
kdev-php: 5.6.0 -> 5.6.1
2020-12-17 07:11:21 -05:00
R. RyanTM
a488984368 kdev-python: 5.6.0 -> 5.6.1 2020-12-17 07:51:34 +01:00
R. RyanTM
99b4c714e3 kdevelop-unwrapped: 5.6.0 -> 5.6.1 2020-12-12 09:44:23 +00:00
R. RyanTM
9c5747aab0 kdev-php: 5.6.0 -> 5.6.1 2020-12-12 07:07:59 +00:00
Sandro Jäckel
a7e81dcde9
kdev-python: 5.5.2 -> 5.6.0 2020-11-25 20:54:45 +01:00
Sandro Jäckel
f6aa5a84ef
kdev-php: 5.5.2 -> 5.6.0 2020-11-25 20:52:39 +01:00
R. RyanTM
14b5651165 kdevelop-unwrapped: 5.5.2 -> 5.6.0 2020-11-02 17:09:17 +00:00
Marek Mahut
5460cc93c4
Merge pull request #90008 from r-ryantm/auto-update/kdev-php
kdev-php: 5.5.1 -> 5.5.2
2020-06-20 00:03:53 +02:00
R. RyanTM
fb02974b97 kdevelop-unwrapped: 5.5.1 -> 5.5.2 2020-06-17 13:52:35 -07:00
R. RyanTM
4d200ee63c kdev-python: 5.5.1 -> 5.5.2 2020-06-17 12:37:42 -07:00
R. RyanTM
6dd6c9e5c8 kdev-php: 5.5.1 -> 5.5.2 2020-06-10 02:37:26 +00:00
Aaron Andersen
3a6c592ebc
Merge pull request #87217 from r-ryantm/auto-update/kdev-python
kdev-python: 5.5.0 -> 5.5.1
2020-05-07 20:33:39 -04:00
Aaron Andersen
6107d49708
Merge pull request #87218 from r-ryantm/auto-update/kdevelop
kdevelop-unwrapped: 5.5.0 -> 5.5.1
2020-05-07 20:28:32 -04:00
R. RyanTM
4820a0ae9f kdevelop-unwrapped: 5.5.0 -> 5.5.1 2020-05-07 20:51:37 +00:00
R. RyanTM
dfd8f0b3d6 kdev-python: 5.5.0 -> 5.5.1 2020-05-07 20:34:05 +00:00
R. RyanTM
9fb4adcdc1 kdev-php: 5.5.0 -> 5.5.1 2020-05-07 19:49:16 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
76e748889c kdevelop-pg-qt: 2.2.0 -> 2.2.1 2020-02-08 14:58:18 +00:00
Aaron Andersen
20f4130a5f kdev-python: 5.4.6 -> 5.5.0 2020-02-03 11:03:56 -08:00
Aaron Andersen
3c2d808932 kdev-php: 5.4.6 -> 5.5.0 2020-02-03 11:03:56 -08:00
Aaron Andersen
0b4d32a2aa kdevelop: 5.4.6 -> 5.5.0 2020-02-03 11:03:56 -08:00
Aaron Andersen
c6b8d7912c kdev-python: 5.4.5 -> 5.4.6 2020-01-06 20:59:09 -05:00
Aaron Andersen
3980119c29 kdev-php: 5.4.5 -> 5.4.6 2020-01-06 20:58:55 -05:00
Aaron Andersen
a8db490969 kdevelop: 5.4.5 -> 5.4.6 2020-01-06 20:58:39 -05:00
Aaron Andersen
b6a1c9161b kdevelop: 5.4.4 -> 5.4.5
kdev-php: 5.4.4 -> 5.4.5
kdev-python: 5.4.4 -> 5.4.5
2019-12-02 16:24:58 -05:00
John Ericson
d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Aaron Andersen
03ac88f0eb kdevelop, kdev-php, kdev-python: 5.4.3 -> 5.4.4 2019-11-17 09:14:58 -05:00
Aaron Andersen
922b4f786f kdevelop, kdev-php, kdev-python: 5.4.2 -> 5.4.3 2019-10-21 21:23:20 -04:00
Aaron Andersen
01ba11b8db kdevelop, kdev-php, kdev-python: 5.4.1 -> 5.4.2 2019-09-06 13:08:13 -04:00
Aaron Andersen
5c7bd01f4f kdevelop, kdev-php, kdev-python: 5.4.0 -> 5.4.1 2019-08-20 20:58:38 -04:00
Aaron Andersen
d55fb31fe1 kdevelop, kdev-php, kdev-python: 5.3.3 -> 5.4.0 2019-08-06 21:40:02 -04:00
Aaron Andersen
02b260bc57
Merge pull request #65012 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.3.2 -> 5.3.3
2019-07-18 12:27:45 -04:00
Aaron Andersen
e6a3b3b7df kdevelop, kdev-php, kdev-python: 5.3.2 -> 5.3.3 2019-07-17 22:18:03 -04:00