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.
This commit is contained in:
parent
254ff60f27
commit
9618fea44d
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Tool and library to extract CAB files from InstallShield installers";
|
||||
homepage = "https://github.com/twogood/unshield";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue