Skip to content

Commit

Permalink
Revert "st: enable build on darwin (#98668)"
Browse files Browse the repository at this point in the history
This reverts commit 34133d5.
  • Loading branch information
zimbatm committed Sep 24, 2020
1 parent 3cf7f6d commit 7bfde4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/applications/misc/st/default.nix
Expand Up @@ -15,9 +15,6 @@ stdenv.mkDerivation rec {
inherit patches;

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

nativeBuildInputs = [ pkgconfig ncurses ];
Expand Down

0 comments on commit 7bfde4b

Please sign in to comment.