We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf7f6d commit 7bfde4bCopy full SHA for 7bfde4b
pkgs/applications/misc/st/default.nix
@@ -15,9 +15,6 @@ stdenv.mkDerivation rec {
15
inherit patches;
16
17
configFile = optionalString (conf!=null) (writeText "config.def.h" conf);
18
- patchPhase = optionalString stdenv.isDarwin ''
19
- substituteInPlace config.mk --replace "-lrt" ""
20
- '';
21
postPatch = optionalString (conf!=null) "cp ${configFile} config.def.h";
22
23
nativeBuildInputs = [ pkgconfig ncurses ];
0 commit comments