+8
-1
pkgs/development/interpreters/racket/minimal.nix
+8
-1
pkgs/development/interpreters/racket/minimal.nix
···
1
{
2
lib,
3
stdenv,
4
fetchurl,
5
6
libiconvReal,
···
49
circumvent this error.
50
*/
51
./patches/force-remove-codesign-then-add.patch
52
];
53
54
preConfigure =
···
168
maintainers = with lib.maintainers; [ rc-zb ];
169
mainProgram = "racket";
170
platforms = lib.platforms.all;
171
-
badPlatforms = lib.platforms.darwin;
172
};
173
})
···
1
{
2
lib,
3
stdenv,
4
+
fetchpatch,
5
fetchurl,
6
7
libiconvReal,
···
50
circumvent this error.
51
*/
52
./patches/force-remove-codesign-then-add.patch
53
+
54
+
(fetchpatch {
55
+
name = "darwin-cs-preprocess.patch";
56
+
url = "https://github.com/racket/racket/commit/ee9fb20a10a1a8e36650681afcafe99f0b044423.patch";
57
+
hash = "sha256-9aTRzfd3dwznfJg0fwsjhN4SYgXncrGyBCbcmKlxlio=";
58
+
stripLen = 1;
59
+
})
60
];
61
62
preConfigure =
···
176
maintainers = with lib.maintainers; [ rc-zb ];
177
mainProgram = "racket";
178
platforms = lib.platforms.all;
179
};
180
})