mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
xarchiver: enable on darwin
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
parent
14aac472ad
commit
b08ea14f5e
1 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
||||||
gzip,
|
gzip,
|
||||||
lhasa,
|
lhasa,
|
||||||
wrapGAppsHook3,
|
wrapGAppsHook3,
|
||||||
|
desktopToDarwinBundle,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -35,7 +36,8 @@ stdenv.mkDerivation rec {
|
||||||
pkg-config
|
pkg-config
|
||||||
makeWrapper
|
makeWrapper
|
||||||
wrapGAppsHook3
|
wrapGAppsHook3
|
||||||
];
|
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ desktopToDarwinBundle ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
libxslt
|
libxslt
|
||||||
|
@ -59,7 +61,6 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
|
||||||
description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
|
description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
|
||||||
homepage = "https://github.com/ib/xarchiver";
|
homepage = "https://github.com/ib/xarchiver";
|
||||||
maintainers = [ lib.maintainers.domenkozar ];
|
maintainers = [ lib.maintainers.domenkozar ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue