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
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers
2019-07-05 10:42:08 -05:00
R. RyanTM
5309a540a1
kdevelop-pg-qt: 2.1.0 -> 2.2.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kdevelop-pg-qt/versions
2019-06-01 17:45:13 -07:00
John Ericson
4ccb74011f
Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
...
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
Matthew Bauer
6ed49262f5
treewide: remove BUILD_TESTING flag
...
This is now set by CMake
2019-03-11 10:11:28 -04:00
Aaron Andersen
649c1152c8
kdevelop, kdev-php, kdev-python: 5.3.1 -> 5.3.2
2019-03-09 07:18:23 -05:00
Aaron Andersen
49802ef50d
kdevelop: added ability to include kdevelop plugins
...
kdev-php: init at 5.3.1
kdev-python: init at 5.3.1
2019-02-15 23:20:43 -05:00
aanderse
0cb74f6f14
kdevelop: 5.2.4 -> 5.3.1, bump llvm version used from 3.8 to 7 ( #55015 )
2019-02-02 16:24:06 +01:00
Bastian Köcher
7229b8db08
kdevelop: 5.1.2 -> 5.2.4
2018-08-24 17:35:58 +02:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Orivej Desh
d8473c35df
kdevplatform: enable parallel building
2017-11-26 07:45:09 +00:00
Tuomas Tynkkynen
b89022f2c5
kdevelop5: Use makeBinPath
2017-10-24 23:48:49 +03:00