profanity support for unix

This commit is contained in:
Frank 2017-08-31 21:10:00 +02:00
parent 40cbf90861
commit cb61e27e9e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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