Merge pull request #225776 from Brawl345/cdecrypt-darwin
cdecrypt: add darwin to supported platforms
This commit is contained in:
commit
4c0c4d4f76
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