Loading pkgs/by-name/xa/xarchiver/package.nix +6 −2 Original line number Diff line number Diff line { lib, stdenv, bash, fetchFromGitHub, gtk3, pkg-config, Loading Loading @@ -32,13 +33,14 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ intltool pkg-config libxslt makeWrapper pkg-config wrapGAppsHook3 ]; buildInputs = [ gtk3 libxslt bash # so patchShebangs can patch #!/bin/sh in xarchiver.tap ]; postFixup = '' Loading @@ -58,6 +60,8 @@ stdenv.mkDerivation rec { } ''; strictDeps = true; meta = { broken = stdenv.hostPlatform.isDarwin; description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)"; Loading Loading
pkgs/by-name/xa/xarchiver/package.nix +6 −2 Original line number Diff line number Diff line { lib, stdenv, bash, fetchFromGitHub, gtk3, pkg-config, Loading Loading @@ -32,13 +33,14 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ intltool pkg-config libxslt makeWrapper pkg-config wrapGAppsHook3 ]; buildInputs = [ gtk3 libxslt bash # so patchShebangs can patch #!/bin/sh in xarchiver.tap ]; postFixup = '' Loading @@ -58,6 +60,8 @@ stdenv.mkDerivation rec { } ''; strictDeps = true; meta = { broken = stdenv.hostPlatform.isDarwin; description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)"; Loading