Merge pull request #28804 from frankbo/profanity-support-for-unix

profanity support for unix
This commit is contained in:
Michael Raskin 2017-08-31 21:56:19 +02:00 committed by GitHub
commit fd94a8aad1
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://profanity.im/; homepage = http://profanity.im/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.unix;
maintainers = [ maintainers.devhell ]; maintainers = [ maintainers.devhell ];
updateWalker = true; updateWalker = true;
}; };

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://github.com/boothj5/libmesode/; homepage = https://github.com/boothj5/libmesode/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.devhell ]; maintainers = [ stdenv.lib.maintainers.devhell ];
}; };
} }