zpaq: add darwin support
This commit is contained in:
parent
271235e389
commit
15be6a54ec
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://mattmahoney.net/dc/zpaq.html";
|
||||
license = licenses.gpl3Plus ;
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "zpaq";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue