mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
cjdns-tools: enable darwin support
(cherry picked from commit ac71292aa1)
This commit is contained in:
committed by
Pavol Rusnak
parent
366c877654
commit
5422ce5058
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
|
||||
description = "Tools for cjdns managment";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
mainProgram = "cjdns-tools";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user