Skip to content
Commit 7d7a9df3 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

html-tidy: fix on mingw

This doesn't fix the cross-build by itself due to
https://github.com/NixOS/nixpkgs/issues/14965
But in this case one can hack around that "easily" by:
  (html-tidy.override {
    inherit (/*non-cross nixpkgs eval*/)
      cmake;
  }).crossDrv
parent 0483bc0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment