profanity: 0.5.1 -> 0.6.0 (#59931)
* profanity: 0.5.1 -> 0.6.0 * profanity: recreate darwin patch for v0.6.0 sources
This commit is contained in:
parent
78f3e9f068
commit
caa4e9a0de
@ -20,13 +20,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "profanity-${version}";
|
name = "profanity-${version}";
|
||||||
version = "0.5.1";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "boothj5";
|
owner = "boothj5";
|
||||||
repo = "profanity";
|
repo = "profanity";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "1ppr02wivhlrqr62r901clnycna8zpn6kr7n5rw8y3zfw21ny17z";
|
sha256 = "0f5kfzy22wzyj7rnd2nbj93q96ga87b53wlg8lfg83qdphx1ymz9";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./patches/packages-osx.patch ./patches/undefined-macros.patch ];
|
patches = [ ./patches/packages-osx.patch ./patches/undefined-macros.patch ];
|
||||||
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
Profanity is a console based XMPP client written in C using ncurses and
|
Profanity is a console based XMPP client written in C using ncurses and
|
||||||
libstrophe, inspired by Irssi.
|
libstrophe, inspired by Irssi.
|
||||||
'';
|
'';
|
||||||
homepage = http://profanity.im/;
|
homepage = http://www.profanity.im/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.devhell ];
|
maintainers = [ maintainers.devhell ];
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index 1e55b1cc..0832a387 100644
|
index 5c00aca..eb78060 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -22,7 +22,6 @@ AC_CANONICAL_HOST
|
@@ -23,7 +23,6 @@ PLATFORM="unknown"
|
||||||
PLATFORM="unknown"
|
|
||||||
AS_CASE([$host_os],
|
AS_CASE([$host_os],
|
||||||
[freebsd*], [PLATFORM="freebsd"],
|
[freebsd*], [PLATFORM="freebsd"],
|
||||||
|
[openbsd*], [PLATFORM="openbsd"],
|
||||||
- [darwin*], [PLATFORM="osx"],
|
- [darwin*], [PLATFORM="osx"],
|
||||||
[cygwin], [PLATFORM="cygwin"],
|
[cygwin], [PLATFORM="cygwin"],
|
||||||
[PLATFORM="nix"])
|
[PLATFORM="nix"])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user