lol

unshield: add darwin to platforms

Motivation: Required for Darwin build support for OpenMW. Unshield is a required package.

No changes were required to build on Darwin.

+1 -1
+1 -1
pkgs/tools/archivers/unshield/default.nix
··· 18 18 description = "Tool and library to extract CAB files from InstallShield installers"; 19 19 homepage = "https://github.com/twogood/unshield"; 20 20 license = licenses.mit; 21 - platforms = platforms.linux; 21 + platforms = platforms.linux ++ platforms.darwin; 22 22 }; 23 23 }