mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
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
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Tool and library to extract CAB files from InstallShield installers";
|
description = "Tool and library to extract CAB files from InstallShield installers";
|
||||||
homepage = "https://github.com/twogood/unshield";
|
homepage = "https://github.com/twogood/unshield";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user