cdecrypt: add darwin to supported platforms
This commit is contained in:
parent
523cdb25c5
commit
d12701fed1
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
|||
changelog = "https://github.com/VitaSmith/cdecrypt/releases/tag/v${version}";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ hughobrien ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue