xarchiver: enable on darwin (#413440)

authored by Aleksana and committed by GitHub 143d71f8 9012f9a5

+3 -2
+3 -2
pkgs/by-name/xa/xarchiver/package.nix
··· 18 18 gzip, 19 19 lhasa, 20 20 wrapGAppsHook3, 21 + desktopToDarwinBundle, 21 22 }: 22 23 23 24 stdenv.mkDerivation rec { ··· 37 38 makeWrapper 38 39 pkg-config 39 40 wrapGAppsHook3 40 - ]; 41 + ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ desktopToDarwinBundle ]; 42 + 41 43 buildInputs = [ 42 44 gtk3 43 45 bash # so patchShebangs can patch #!/bin/sh in xarchiver.tap ··· 63 65 strictDeps = true; 64 66 65 67 meta = { 66 - broken = stdenv.hostPlatform.isDarwin; 67 68 description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)"; 68 69 homepage = "https://github.com/ib/xarchiver"; 69 70 maintainers = [ lib.maintainers.domenkozar ];