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