Commit Graph

24 Commits

Author SHA1 Message Date
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
R. RyanTM
ac6196fe2b fmt: 7.1.2 -> 7.1.3 2020-11-26 03:56:32 +00:00
R. RyanTM
1a15a0b02d fmt: 7.0.3 -> 7.1.2 2020-11-21 20:56:52 +00:00
Jörg Thalheim
a19b005867
fmt_6: remove 2020-11-19 13:58:53 +01:00
Samuel Gräfenstein
0c10d50caa
fmt_6, fmt_7: init 2020-10-23 15:39:26 +02:00
Samuel Gräfenstein
67f70f9bcf
fmt: 6.2.1 -> 7.0.3 2020-10-23 15:38:42 +02:00
Frederik Rietdijk
759a2815ec pkgsStatic.fmt: don't build shared libs
The change in `static.nix` was added in
https://github.com/NixOS/nixpkgs/pull/76875 but apparently
`enabledShared` got removed in the master/staging-next merge.
2020-09-27 11:31:58 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Orivej Desh
df9ac8b4a0
fmt: 6.2.0 -> 6.2.1, fix cmake config (#89114) 2020-05-28 16:31:13 +00:00
Jan Tojnar
cfdd91c6fb
fmt: fix pkg-config paths 2020-05-01 19:55:17 +02:00
R. RyanTM
08d634a7a0
fmt: 6.1.2 -> 6.2.0 2020-04-23 22:05:00 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Orivej Desh
8c1cb557c6 fmt: 6.1.1 -> 6.1.2
Tests and parallel building are enabled by default.
2020-02-28 13:17:10 +00:00
R. RyanTM
9caa289753 fmt: 6.0.0 -> 6.1.1 2020-02-10 18:06:55 +01:00
Dmitry Kalinkin
7e5b495851
fmt: remove the enableShared option
Static libraries are to be provided by the pkgsStatic.fmt package.
2020-01-03 11:31:21 -05:00
Jeroen de Haas
2ff3620d0d fmt: 5.3.0 -> 6.0.0 (#68168) 2019-09-16 14:39:52 +00:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00: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
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Cole Mickens
7720c31a20
fmt: 5.2.1 -> 5.3.0
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
2019-01-13 01:44:27 -08:00
Cole Mickens
719feb8f55 fmtlib: add pkgconfig
* fmtlib: add pkgconfig (#48960)
2018-11-19 23:02:21 +01:00
Stefan Wiehler
b23d92f8f2 fmt: minor refactor
Add separate build outputs, enable parallel building, fix platforms,
adapt to styleguide.
2018-10-28 14:04:15 +01:00
Jeroen de Haas
2f6097b783 fmt: init at 5.2.1
This commit adds fmt, a C++ formatting library.
2018-10-16 08:30:54 +02:00