mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
parent
9220d5b002
commit
86038eaa1d
|
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||
libstartup_notification
|
||||
];
|
||||
|
||||
preFixup = "rm $out/share/icons/hicolor/icon-theme.cache";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ pkgconfig thunar intltool exo gtk udev libxfce4ui libxfce4util xfconf ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preFixup = "rm $out/share/icons/hicolor/icon-theme.cache";
|
||||
|
||||
meta = {
|
||||
homepage = http://foo-projects.org/~benny/projects/thunar-archive-plugin/;
|
||||
description = "The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager";
|
||||
|
|
Loading…
Reference in a new issue