Robin Gloster
ba0a3edf7f
stdenv: installTargets is a list
2019-12-31 00:24:02 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +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
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
Jan Malakhovski
2067b2a524
texinfo: cleanup with a mass rebuild
2018-09-23 17:57:13 +00:00
Jan Malakhovski
2ad99bcc82
texinfo: fix perl issues by applying patches from upstream
2018-09-05 16:39:36 +00:00
Jan Malakhovski
0495548f4d
texinfo: use checkInputs
2018-08-11 09:35:23 +00:00
Jan Malakhovski
d531a1e967
texinfo: merge expressions for 5.2 and 6.5
...
Also add me as a maintainer.
2018-04-25 19:50:55 +00:00
Will Dietz
f57fc787fd
texinfo: fix cross
2018-01-22 18:26:51 -06:00
Vladimír Čunát
96647a6985
Merge #29311 : texinfo: 6.3 -> 6.5
2017-09-17 10:35:43 +02:00
John Ericson
e5567bae2d
treewide: Do not limit hardenging because gcc 4.9 in bootstrap
...
Bootstrap tools has since been bumped
2017-09-14 10:27:13 -04:00
Lancelot SIX
1ed3ca23ba
texinfo: 6.3 -> 6.5
...
See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00011.html
and http://lists.gnu.org/archive/html/info-gnu/2017-09/msg00007.html
for release informations.
2017-09-13 15:26:40 +02: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
Lancelot SIX
1708c369fa
texinfo: 6.1 -> 6.3
...
See http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00004.html
for release anouncement
2016-09-11 12:24:38 +02:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00: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
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Rahul Gopinath
cf5ebca53e
texinfo: 6.0 -> 6.1
2016-07-09 16:47:53 +02:00
Robin Gloster
d020caa5b2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-18 13:49:22 +00:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
402d57ee8e
bootstrap env: disable stackprotector hardening until gcc >=4.9
2016-02-22 18:32:53 +00:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Vladimír Čunát
11c702c582
Merge master into staging
2015-12-23 18:57:35 +01:00
Vladimír Čunát
bf9c16d4ac
texinfo6: remove meta.branch and refactor meta
...
It was wrong ("5.2") and seemed unused in nixpkgs.
2015-12-23 09:19:38 +01:00
Vladimír Čunát
5d4f0b556e
texinfo: cleanups and doCheck = false for non-interactive
...
... to simplify bootstrapping. Discussion on #11527 .
2015-12-17 14:45:46 +01:00
Jan Malakhovski
daa199a95e
texinfo: fix doCheck properly, cleanup ( close #11527 )
2015-12-17 14:45:46 +01:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Danny Wilson
d510109c54
SmartOS: texinfo: Fix build and make configureFlags target optional.
2015-11-23 11:42:00 +01:00
Danny Wilson
bcc7d8add9
Texinfo requires GNU awk, mainly during make check.
...
This fixes build on SmartOS.
2015-11-16 17:20:16 +01:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
Eelco Dolstra
e7631452e9
texinfo: Disable tests
...
These appear to fail randomly:
http://hydra.nixos.org/build/26194907/nixlog/325/raw
2015-09-22 12:46:58 +02:00
William A. Kennington III
257db17ee9
Revert "Revert "texinfo: 5.2 -> 6.0""
...
This reverts commit dc74a81129
.
This doesn't actually break gcc.
2015-08-13 11:33:00 -07:00
Eelco Dolstra
dc74a81129
Revert "texinfo: 5.2 -> 6.0"
...
This reverts commit b1ed04ad1d
. It breaks gcc:
http://hydra.nixos.org/build/24651204
2015-08-12 13:25:15 +02:00
William A. Kennington III
b1ed04ad1d
texinfo: 5.2 -> 6.0
2015-08-10 23:42:17 -07:00
Vladimír Čunát
bf414c9d4f
Merge 'staging' into closure-size
...
- there were many easy merge conflicts
- cc-wrapper needed nontrivial changes
Many other problems might've been created by interaction of the branches,
but stdenv and a few other packages build fine now.
2015-04-18 11:22:20 +02:00
Mateusz Kowalczyk
03655c332a
Add meta.branch to a bunch of packages
...
Gives better results in the monitor
2014-11-19 18:54:58 +00:00
Vladimír Čunát
8da52a642a
Merge branch 'staging' into v/modular
...
Conflicts (easy):
pkgs/development/interpreters/perl/5.10/setup-hook.sh
pkgs/development/interpreters/perl/5.8/setup-hook.sh
pkgs/development/libraries/gtk+/2.x.nix
2014-08-31 12:23:18 +02:00
Vladimír Čunát
4dccb224c5
WIP2
2014-08-26 01:10:56 +02:00
Vladimír Čunát
3ec413cece
WIP
2014-08-25 15:30:46 +02:00
Bjørn Forsman
c9baba9212
Fix many package descriptions
...
(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
2014-08-24 22:31:37 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Eelco Dolstra
973c9abdbe
Fix info command
...
The "info" command has been broken on NixOS since
457fdb3842
(proving that nobody uses
info).
2014-07-08 15:19:08 +02:00
John Wiegley
66f0275b41
Disable Texinfo tests on Darwin
2014-05-05 01:03:51 -05:00
Vladimír Čunát
457fdb3842
texinfo: move ncurses support into texinfoInteractive
...
This, for example, drops the stdenv dependency on ncurses.
2014-04-02 19:05:56 +02:00
Peter Simons
91f2c362de
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/top-level/all-packages.nix
2013-10-26 18:28:05 +02:00
Michael Raskin
be5b32e798
Apparently fix texinfo5 with fresh TeXLive
2013-10-20 19:15:11 +04:00
Peter Simons
b15c3e49e5
texinfo: remove obsolete version 4.9
2013-09-28 10:37:05 +02:00
Peter Simons
8ff3855204
texinfo: update to version 5.2
2013-09-28 10:36:34 +02:00
Vladimír Čunát
c1ef3d2854
texinfo5: add missing xz, use version 5.* by default
2013-06-30 09:00:11 +02:00
Peter Simons
600d023c33
texinfo-5.1: install tex-related files like 'texinfo.tex'
2013-03-26 01:16:15 +01:00