Commit graph

22 commits

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08: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
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
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Averell Dalton e901dae03e libxcomp: 3.5.0.33 -> 3.5.99.16 2018-03-29 16:30:08 +02:00
Ryan Mulligan 7cbddbda9f libxcomp: 3.5.0.32 -> 3.5.0.33
Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.5.0.33 with grep in /nix/store/mc3jmk1ka7ny9byjwxavx5mdcrxb4kdb-libxcomp-3.5.0.33
- found 3.5.0.33 in filename of file in /nix/store/mc3jmk1ka7ny9byjwxavx5mdcrxb4kdb-libxcomp-3.5.0.33
2018-02-26 21:38:42 -08:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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
2017-08-01 22:03:30 +02:00
Ram Kromberg 66500f64db libxcomp: update libpng dependency from 1.2 to 1.6 branch 2016-07-09 16:15:30 +03:00
Tobias Geerinckx-Rice 9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Pascal Wittmann 7fd2796e99 Replace 'with plaforms; platform' with 'platforms.platform' 2015-11-17 21:30:43 +01:00
William A. Kennington III 333f145d76 Merge branch 'master.upstream' into staging.upstream 2015-07-13 15:11:31 -07:00
Tobias Geerinckx-Rice 98e7674e88 nxproxy, libxcomp: nxlibs 3.5.0.{31 -> 32}
Removes the need for patching (for now).
2015-07-09 02:41:26 +02:00
Tuomas Tynkkynen 6b829e7302 libxcomp: Fix build
The mkdirs were failing since the 'out' and 'lib' directories are
already created by 'make install' (#7524 fallout). And in fact, the
entire postInstall script is doing the exact same thing as installPhase,
so it can be simply dropped.
2015-06-27 23:53:49 +03:00
Tobias Geerinckx-Rice 98b2d7b727 Separate nativeBuildInputs where maintainers |= nckx 2015-06-17 22:21:32 +02:00
Tobias Geerinckx-Rice 7db1aa06a5 nxproxy & libxcomp: use lite instead of full nx-libs 2015-06-02 01:46:05 +02:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice 69b0873647 duff, nxproxy, libxcomp: use autoreconfHook 2015-04-04 02:28:01 +02:00
Tobias Geerinckx-Rice 627e2bf90c nx-libs 3.5.0.30 -> 3.5.0.31 2015-03-22 14:20:59 +01:00
Tobias Geerinckx-Rice af15b26ee8 libxcomp: switch to release 3.5.0.30 instead of git 2015-03-17 00:35:24 +01:00
Tobias Geerinckx-Rice 47712a21bd Add libxcomp 3.5.0-2015-02-18
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:39 +01:00