7 , gobject-introspection
19 stdenv.mkDerivation rec {
24 url = "mirror://gnome/sources/msitools/${lib.versions.majorMinor version}/msitools-${version}.tar.xz";
25 hash = "sha256-0XYi7rvzf6TAm1m+C8jbCLJr4wCmcxx02h684mK86Dk=";
46 # WiX tests fail on darwin
47 doCheck = !stdenv.hostPlatform.isDarwin;
50 patchShebangs subprojects/bats-core/{bin,libexec}
54 updateScript = gnome.updateScript {
56 versionPolicy = "none";
61 description = "Set of programs to inspect and build Windows Installer (.MSI) files";
62 homepage = "https://gitlab.gnome.org/GNOME/msitools";
63 license = with licenses; [
69 maintainers = with maintainers; [ PlushBeaver ];
70 platforms = platforms.unix;