mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
ssmtp: fix cross
This commit is contained in:
parent
adaffa3c01
commit
b014cdd292
|
@ -26,6 +26,8 @@ stdenv.mkDerivation {
|
|||
sed -e '/INSTALLED_CONFIGURATION_FILE/d' \
|
||||
-e 's|/lib/sendmail|$(TMPDIR)/sendmail|' \
|
||||
-i Makefile
|
||||
substituteInPlace Makefile \
|
||||
--replace '$(INSTALL) -s' '$(INSTALL) -s --strip-program $(STRIP)'
|
||||
'';
|
||||
|
||||
installFlags = "etcdir=$(out)/etc";
|
||||
|
|
Loading…
Reference in a new issue