xdg-utils: fix cross-compilation
This commit is contained in:
parent
4307907d72
commit
17958d7718
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
# just needed when built from git
|
||||
buildInputs = [ libxslt docbook_xml_dtd_412 docbook_xsl xmlto w3m ];
|
||||
nativeBuildInputs = [ libxslt docbook_xml_dtd_412 docbook_xsl xmlto w3m ];
|
||||
|
||||
postInstall = lib.optionalString mimiSupport ''
|
||||
cp ${mimisrc}/xdg-open $out/bin/xdg-open
|
||||
|
|
|
@ -30726,7 +30726,7 @@ with pkgs;
|
|||
xdg-user-dirs = callPackage ../tools/X11/xdg-user-dirs { };
|
||||
|
||||
xdg-utils = callPackage ../tools/X11/xdg-utils {
|
||||
w3m = w3m-batch;
|
||||
w3m = buildPackages.w3m-batch;
|
||||
};
|
||||
|
||||
xdgmenumaker = callPackage ../applications/misc/xdgmenumaker { };
|
||||
|
|
Loading…
Reference in a new issue