Commit Graph

31 Commits

Author SHA1 Message Date
github-actions[bot]
ba519bf3b1
Merge staging-next into staging 2023-10-17 00:02:46 +00:00
Robert Scott
4ae1656434 indent: skip tests that can fail due to upstream bug 64751 2023-10-16 19:09:05 +01:00
Alyssa Ross
64a55ddd40
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/tools/misc/indent/default.nix
2023-10-13 12:14:37 +00:00
OPNA2608
d887ff6f61 indent: Use depsBuildBuild instead of pkgsBuildBuild
depsBuildBuild is enough in this situation.
2023-10-10 18:19:17 +00:00
Robert Scott
78453abb10 indent: add patches for CVE-2023-40305 2023-09-23 17:25:10 +01:00
Robert Scott
4e67f78941 indent: 2.2.12 -> 2.2.13 2023-09-23 17:24:47 +01:00
Robert Scott
ffa418a411 indent: enable tests 2023-09-23 14:23:36 +01:00
Randy Eckenrode
8fa14075fb
indent: fix build with clang 13 or newer 2023-05-28 21:58:21 -04:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Dmitry Bogatov
4802e8085d
Update pkgs/development/tools/misc/indent/default.nix
Co-authored-by: Ryan Burns <52847440+r-burns@users.noreply.github.com>
2021-11-07 14:39:56 -05:00
Dmitry Bogatov
20121dc08d
Update pkgs/development/tools/misc/indent/default.nix
Co-authored-by: Ryan Burns <52847440+r-burns@users.noreply.github.com>
2021-11-07 14:38:22 -05:00
Dmitry Bogatov
e762e6ab9e indent: fix static build 2021-11-07 00:46:24 -04:00
Felix Buehler
6f04cd0e69 application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Daiderd Jordan
77908680f2
indent: fix darwin build 2019-05-21 23:27:10 +02:00
Marek Mahut
5c7ce21c5a indent: 2.2.10 -> 2.2.12 2019-05-21 16:10:07 +00:00
Robin Gloster
306cd03cdb
indent: disable format hardening 2016-08-29 01:29:00 +00:00
Anthony Cowley
2f08af9379 indent: fix on darwin 2016-08-21 11:26:01 -04:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Joachim Fasting
e524debaf0 indent: delete redundant preBuild
Builds fine for me without it.  Also use https homepage url.
2016-03-17 14:18:30 +01:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Evgeny Egorochkin
da4be371e9 make package use mirror:// for gnu, savannah and gnome repositories where possible 2013-07-14 05:23:06 +03:00
Eelco Dolstra
cbfbaf736a * GNU Indent updated to 2.2.10.
svn path=/nixpkgs/trunk/; revision=17990
2009-10-28 13:11:09 +00:00
Michael Raskin
852603e4df Fix indent build
svn path=/nixpkgs/trunk/; revision=15572
2009-05-12 16:00:26 +00:00
Eelco Dolstra
fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Michael Raskin
c5363217ad meta.function -> passthru.function, not killing other contents of passthru
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Michael Raskin
87ff8d6347 Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made overrides in builderDefsPackage to work in an intuitive manner.
svn path=/nixpkgs/trunk/; revision=12655
2008-08-19 05:54:09 +00:00
Michael Raskin
71f8e0911a Added src to meta for builderDefs-based packages.
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Michael Raskin
bc46eaf404 Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Eelco Dolstra
c54b75c959 * Get rid of the `(import (__toPath ((toString
./JustNothing/.. )+"/"+args.version+".nix")))' hack, you can also just
  write `import (./path/to/pkg + "/${version}.nix)'.

svn path=/nixpkgs/trunk/; revision=9792
2007-11-26 13:24:56 +00:00
Michael Raskin
83e5475251 Added indent
svn path=/nixpkgs/trunk/; revision=9790
2007-11-25 18:35:33 +00:00