Commit da9c1825 authored by Audrey Dutcher's avatar Audrey Dutcher Committed by John Ericson
Browse files

freebsd/{pkgs,patches}: Move patches to version-dependent patches dir

parent b64a9bb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ stdenv, lib, stdenvNoCC
, fetchzip
, sourceData, versionData, buildFreebsd
, sourceData, versionData, buildFreebsd, patchesRoot
}:

self:
@@ -9,7 +9,7 @@ lib.packagesFromDirectoryRecursive {
  callPackage = self.callPackage;
  directory = ./pkgs;
} // {
  inherit sourceData versionData;
  inherit sourceData patchesRoot versionData;

  # Keep the crawled portion of Nixpkgs finite.
  buildFreebsd = lib.dontRecurseIntoAttrs buildFreebsd;
Loading