Commit Graph

19 Commits

Author SHA1 Message Date
Adam Joseph
d474c87aff gnu-config: 2023-07-31 -> 2023-09-19 2023-10-22 22:27:36 +00:00
Adam Joseph
3ddf69b37d gnu-config: set dontUpdateAutotoolsGnuConfigScripts = true 2023-08-16 05:25:37 -07:00
Adam Joseph
b563d910a0 gnu-config: use the unpackPhase, so .overrideAttrs(_:{patches=...}) works
Prior to this PR, gnu-config did its unpacking in the `buildPhase`,
which mean that `.overrideAttrs(_:{ patches = ... })` couldn't be used to
test out patches to `gnu-config`.

This PR fixes that.
2023-08-16 05:12:21 -07:00
sternenseemann
9e910fdd8b gnu-config: 2023-01-21 -> 2023-07-31
The most interesting change for us is that gnu-config can now [accept]
`*-unknown-none-elf` which means we can use target triples for
lib.systems.*-embedded that are interpreted in the same way by both
nixpkgs and gnu-config.

Reference #165836.

[accept]: https://git.savannah.gnu.org/cgit/config.git/commit/?id=998ba1414387b4ce1a519be234e1609bc7912e0c
2023-08-06 20:22:23 +02:00
sternenseemann
9e34d8ec27 gnu-config: use install(1) to make buildCommand simpler 2023-08-06 20:22:23 +02:00
sternenseemann
1f4b42aa79 gnu-config: give sources a name
Should be a little bit less of a mess and no shell wildcard symbols in
the store path.
2023-08-06 20:22:23 +02:00
Adam Joseph
028155ae12 gnu-config: add cannot-use-fetchpatch comment
gnu-config is used by updateAutotoolsGnuConfigScriptsHook, which is
used by stdenv.
2023-06-15 12:35:03 -07:00
Emily Trau
7f7138e856 gnu-config: 2021-01-25 -> 2023-01-21 2023-04-05 15:13:59 +00:00
sternenseemann
6ffb6114dc gnu-config: make scripts executable
This is quite convenient when using config.guess and config.sub
interactively to get a sense of autoconf's mysteries.
2022-01-08 20:10:36 +01:00
Andrew Childs
f22e410621 gnu-config: 2020-05-04 -> 2021-01-25 2021-02-14 11:36:24 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Emery Hemingway
f5ef00a12f gnu-config: 2019-04-15 -> 2020-05-04
Update gnu-config (config.sub, config.guess) to suport the Genode
platform and apply the updateAutotoolsGnuConfigScriptsHook to Genode
cross-compilation.
2020-08-02 22:37:39 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
Matthew Bauer
4048acb5cf gnu-config: bump to latest version for wasi 2019-04-23 21:48:58 -04:00
c0bw3b
93e511c319 Treewide: use HTTPS on GNU Savannah domains
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
John Ericson
29db817003 gnu-config: Update to support ARM and 4 quardruples
I recently upstreamed

 - https://git.savannah.gnu.org/cgit/config.git/commit/?id=50a0413a5ba9684aa9247444c60a5cea47c4435d
 - https://git.savannah.gnu.org/cgit/config.git/commit/?id=09df750b994963a47f7c450f74b7e3f8567a6355
2018-05-14 10:55:32 -04:00
Tuomas Tynkkynen
6e46dbf8e7 gnu-config: init at 2016-12-31 2017-01-25 00:01:51 +02:00