nixpkgs/pkgs
Bas van Dijk 05393ca217 trivial-builders: add the applyPatches function
applyPatches applies a list of patches to a source directory.

For example to patch nixpkgs you can use:

  applyPatches {
    src = pkgs.path;
    patches = [
      (pkgs.fetchpatch {
        url = "1f770d2055.patch";
        sha256 = "1nlzx171y3r3jbk0qhvnl711kmdk57jlq4na8f8bs8wz2pbffymr";
      })
    ];
  }
2019-09-02 11:18:52 +02:00
..
applications Merge pull request #67732 from lightbulbjim/freecad-wayland 2019-09-02 01:17:20 -04:00
build-support trivial-builders: add the applyPatches function 2019-09-02 11:18:52 +02:00
common-updater
data qogir-theme: 2019-05-03 -> 2019-08-31 2019-08-31 18:54:22 -03:00
desktops pantheon.switchboard-plug-a11y: hardcode path to onboard-settings 2019-09-02 00:15:30 -04:00
development Merge pull request #67871 from prusnak/pytest-random-order 2019-09-02 08:14:09 +02:00
games Merge remote-tracking branch 'upstream/master' into staging-next 2019-08-31 06:53:44 -04:00
misc light-locker: wrapGAppsHook to nativeBuildInputs 2019-09-02 00:08:17 -04:00
os-specific Merge pull request #67855 from flokli/kernel-net-sched 2019-09-01 14:03:28 +02:00
servers Merge pull request #64595 from 0x4A6F/master-tacacs+ 2019-09-01 20:11:47 +01:00
shells Merge master into staging-next 2019-08-31 09:50:38 +02:00
stdenv Merge remote-tracking branch 'upstream/master' into feature/js-unknown-ghcjs 2019-09-02 01:31:31 -04:00
test
tools grub2: 2.04-rc1 -> 2.04 (#67622) 2019-09-02 00:47:19 -04:00
top-level Merge pull request #67871 from prusnak/pytest-random-order 2019-09-02 08:14:09 +02:00