Skip to content

Commit 7bfde4b

Browse files
committed
Revert "st: enable build on darwin (#98668)"
This reverts commit 34133d5.
1 parent 3cf7f6d commit 7bfde4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkgs/applications/misc/st/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ stdenv.mkDerivation rec {
1515
inherit patches;
1616

1717
configFile = optionalString (conf!=null) (writeText "config.def.h" conf);
18-
patchPhase = optionalString stdenv.isDarwin ''
19-
substituteInPlace config.mk --replace "-lrt" ""
20-
'';
2118
postPatch = optionalString (conf!=null) "cp ${configFile} config.def.h";
2219

2320
nativeBuildInputs = [ pkgconfig ncurses ];

0 commit comments

Comments
 (0)