summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/chez
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-08-20 15:18:07 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-08-20 15:22:46 -0400
commit7d85ade0ccf4fdb0b93fdbd18a07249a360144d4 (patch)
tree404c4c24cf391f6f59b6b731987de051743cb98d /pkgs/development/compilers/chez
parentf0d6e22b7f0d89f4474abd41b917a18cec128529 (diff)
treewide: Purge `stdenv.platform` and top-level `platform`
Progress towards #27069
Diffstat (limited to 'pkgs/development/compilers/chez')
-rw-r--r--pkgs/development/compilers/chez/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/compilers/chez/default.nix b/pkgs/development/compilers/chez/default.nix
index 3ffd024305de..09d68084e775 100644
--- a/pkgs/development/compilers/chez/default.nix
+++ b/pkgs/development/compilers/chez/default.nix
@@ -61,7 +61,8 @@ stdenv.mkDerivation rec {
**
** Ideally in the future this would be less of a hack and could be
** done by Chez itself. Alternatively, there could just be a big
- ** case statement matching to the different stdenv.platform values...
+ ** case statement matching to the different stdenv.hostPlatform.platform
+ ** values...
*/
postInstall = ''
m="$(ls ./work/boot)"