1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00
nixpkgs/pkgs
Matthew Bauer c7ccb9f197 make-derivation: put patches in all derivations
This puts patches in all derivations even if it unspecified by the
derivation. By default it will be an empty list. This simplifies
overrides, as we can now assume that patches is a valid name so that
this works:

self: super: {
  mypkg = super.pkg.overrideAttrs (o: {
    patches = o.patches ++ [ ./my-very-own.patch ];
  });
}

That is, you don’t need to provide a default "or []", make-derivation
provides one for you.

Unfortunately, this is a mass rebuild.
2019-04-16 22:51:26 -04:00
..
applications Merge pull request #58400 from minijackson/kodi-wayland 2019-04-14 20:35:47 -04:00
build-support make-initrd: allow specifying name 2019-04-13 23:20:58 +02:00
common-updater update-source-version: Fixes, add --ignore-same-hash 2019-04-06 19:47:08 -04:00
data ibm-plex: 1.3.0 -> 1.4.1 2019-04-14 10:30:47 -07:00
desktops Merge pull request #59419 from hedning/gnome-3.32.1 2019-04-15 01:15:14 +02:00
development Merge pull request #59425 from eadwu/pythonPackages.tinycss2/1.0.2 2019-04-14 20:43:39 -04:00
games Merge pull request #56923 from rnhmjoj/xfix 2019-04-12 11:07:35 +02:00
misc Merge pull request #59442 from r-ryantm/auto-update/arc-theme 2019-04-14 08:38:26 -07:00
os-specific aggregateModules: allow passing name 2019-04-13 23:22:07 +02:00
servers postgresqlPackages.pg_cron: 1.1.3 -> 1.1.4 (#59396) 2019-04-14 22:36:39 +02:00
shells zsh-autosuggestions: 0.5.1 -> 0.5.2 (#59416) 2019-04-14 22:25:24 +02:00
stdenv make-derivation: put patches in all derivations 2019-04-16 22:51:26 -04:00
test
tools Merge pull request #59470 from r-ryantm/auto-update/csvkit 2019-04-14 19:24:47 -05:00
top-level Merge pull request #58400 from minijackson/kodi-wayland 2019-04-14 20:35:47 -04:00