diff options
| author | Silvan Mosberger <contact@infinisil.com> | 2020-07-10 18:24:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 16:24:03 +0000 |
| commit | 75ee18766ac52a97df1dc55a11a2d44cb0e68d0e (patch) | |
| tree | a0873c62e179d0698028128324222add6035edfc /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 0416089dc694e0930fb8a7e0130f022e8c62c713 (diff) | |
yarn2nix: Don't pass yarnNix to mkDerivation (#92856)
The generated yarnNix file doesn't need to be part of the mkDerivation.
And doing so prevents other platforms from reproducibly instantiating
it. With this change you can e.g. do
darwinPkgs.yarn2nix.mkYarnPackage {
# ...
yarnNix = pkgs.yarn2nix.mkYarnNix {
yarnLock = ./yarn.lock;
};
}
Which is a darwin derivation, but can still be instantiated reproducibly on Linux.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
