Commit 9618fea4 authored by Daniel Perry's avatar Daniel Perry
Browse files

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.
parent 254ff60f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}