Commit c0004e66 authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

stdenv: Pass rewriteURL to freebsd and native stdenvs

Was missing from abda866f

While the native stdenv's eval seems to be broken anyways,
the freebsd one at least evaluates again with this
parent 82154aeb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@ in
        inherit lib stdenvNoCC;
        # Curl should be in /usr/bin or so.
        curl = null;
        inherit (config) rewriteURL;
      };

    }