Commit graph

18 commits

Author SHA1 Message Date
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Markus Kowalewski 47e8f3b137
cromfs: add license 2018-08-15 20:53:08 +02: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
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Robin Gloster 56ceca9d46 cromfs: use default gcc 2016-02-25 00:58:02 +00:00
Luca Bruno 561fecb239 cromfs: use gcc 4.8 to fix build on i686 (ZHF) 2015-09-01 17:38:54 +02:00
Aristid Breitkreuz 8fcdbfcd93 cromfs: update from 1.5.10.1 to 1.5.10.2 2014-10-08 20:23:24 +02:00
Lluís Batlle i Rossell 206706503a cromfs: update to 1.5.10.1. 2013-07-14 22:27:51 +02:00
Eelco Dolstra 5baef98dd9 * Cromfs updated to 1.5.10 (to get it to build with GCC 4.6).
svn path=/nixpkgs/branches/stdenv-updates/; revision=32400
2012-02-19 16:58:40 +00:00
Lluís Batlle i Rossell c7de6bfeb3 Updating cromfs to 1.5.9.1, as the previous did not build with glibc 2.12.
Thanks to Bisqwit for the quick reaction.


svn path=/nixpkgs/branches/stdenv-updates/; revision=25224
2010-12-21 14:27:48 +00:00
Lluís Batlle i Rossell 783e78372d Updating cromfs, and adding me as a maintainer.
svn path=/nixpkgs/trunk/; revision=19084
2009-12-23 19:56:57 +00:00
Lluís Batlle i Rossell c2d651ef68 Removing static compilation of the driver for cromfs, so the package works again in x86_64
svn path=/nixpkgs/trunk/; revision=15309
2009-04-25 16:22:12 +00:00
Lluís Batlle i Rossell 0348315add Updating cromfs.
svn path=/nixpkgs/trunk/; revision=15152
2009-04-19 13:33:13 +00:00
Lluís Batlle i Rossell db6973610c Updating cromfs to the just released 1.5.7.
svn path=/nixpkgs/trunk/; revision=13964
2009-02-02 21:56:29 +00:00
Michael Raskin 772b50f138 Added cromfs - patch by Lluis Batlle
svn path=/nixpkgs/trunk/; revision=13700
2009-01-04 17:24:11 +00:00