nixpkgs/pkgs/applications/networking/instant-messengers/profanity/patches/packages-osx.patch
eri! caa4e9a0de profanity: 0.5.1 -> 0.6.0 (#59931)
* profanity: 0.5.1 -> 0.6.0

* profanity: recreate darwin patch
for v0.6.0 sources
2019-04-22 18:25:58 +02:00

14 lines
341 B
Diff

diff --git a/configure.ac b/configure.ac
index 5c00aca..eb78060 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,6 @@ PLATFORM="unknown"
AS_CASE([$host_os],
[freebsd*], [PLATFORM="freebsd"],
[openbsd*], [PLATFORM="openbsd"],
- [darwin*], [PLATFORM="osx"],
[cygwin], [PLATFORM="cygwin"],
[PLATFORM="nix"])