Revert "st: enable build on darwin (#98668)"

This reverts commit 34133d5425.
gstqt5
zimbatm 2020-09-25 00:06:56 +02:00
parent 3cf7f6d357
commit 7bfde4b334
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
1 changed files with 0 additions and 3 deletions

View File

@ -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 ];