Commit Graph

8 Commits

Author SHA1 Message Date
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
Bjørn Forsman
2fe5772bfa dictDBCollector: fix reproducibility with faketime 2023-06-23 20:01:34 +02:00
Andrey Golovizin
ca06b2e124 dictd-dbs: add dontUnpack = true
Fixes the "variable $src or $srcs should point to the source" error.
2021-08-04 10:10:17 +02:00
Felix Buehler
9b6c409fb4 dict-dbs: fmt 2021-07-25 00:36:13 +02:00
Felix Buehler
ca9212b56c dict-dbs: deprecate phases 2021-07-25 00:36:13 +02:00
Eelco Dolstra
c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Michael Raskin
07cad2fc45 Now Dictd dictionary collection works to full extent.
svn path=/nixpkgs/trunk/; revision=11007
2008-03-07 07:30:56 +00:00
Michael Raskin
7786a5ad1e Some updates to dict dictionaries.
svn path=/nixpkgs/trunk/; revision=11005
2008-03-07 05:54:54 +00:00