Sandro Jäckel
15cf1bacec
treewide: don't use pname for mainProgram where pname is static
2023-12-20 14:25:55 +01:00
Adam Joseph
c7e0f6b905
treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
...
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries. I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
Ferry Jérémie
65d7e87fdb
treewide: replace http by https when https is a permanent redirection
2023-01-22 02:46:49 +01:00
Rahul Butani
12257dbc82
tinyscheme: set mainProgram
2022-07-18 22:27:23 -05:00
Rahul Butani
4c958b1200
tinyscheme: add some tests
2022-07-18 17:32:11 -05:00
Rahul Butani
8f0ec82696
tinyscheme: fix the build on macOS
2022-07-18 16:59:00 -05:00
Rahul Butani
17fb7518ff
tinyscheme: add the changelog link
2022-07-18 16:20:19 -05:00
Rahul Butani
698cedfa3c
tinyscheme: don't require the gcc stdenv
2022-07-18 16:20:12 -05:00
Rahul Butani
2746a56f59
tinyscheme: add the libraries to the outputs
2022-07-18 15:11:04 -05:00
Rick van Schijndel
03bc571744
treewide: pkgs/development: mark broken for darwin
2022-05-30 13:42:57 +02:00
Thomas Wu
f104c1434b
tinyscheme: add aarch64-darwin to badplatforms
...
Tinyscheme is not supported for aarch64-darwin
2021-11-27 14:49:46 +08:00
R. RyanTM
6d420a1622
tinyscheme: 1.41 -> 1.42
2021-03-09 23:02:02 +00:00
Ben Siraphob
001c0cbe54
pkgs/development/interpreters: stdenv.lib -> lib
2021-01-23 20:29:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
Rommel MARTINEZ
a2db494f6c
tinyscheme: init at 1.41
2019-01-08 09:07:02 +08:00