summary refs log tree commit diff
path: root/pkgs/development/python-modules/gyp
Commit message (Collapse)AuthorAge
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-24
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* gyp: update no-xcode.patchMatthew Bauer2020-08-02
|
* pythonPackages.gyp: 2015-06-11 -> 2020-05-12ajs1242020-07-20
| | | | upstream doesn't do stable releases, but this seems to support python3 now
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: fetchgit -> fetchFromGitilesAlyssa Ross2019-12-02
| | | | | | | This is only the easy cases -- some fetchgit uses that point to Gitiles instances are in generated code, where the generating code would have to know in advance if it was fetching from Gitiles or not. I don't think this is worth it.
* treewide: remove redundant recvolth2019-08-28
|
* pythonPackages.gyp: refactor move to python-modulesChris Ostrouchov2018-10-18
|
* v8_3_16_14: fix OS X buildRobert Vollmert2017-06-26
| | | | | | | | | | | Issues addressed: - xcode build failed with ... was built for newer OSX version (10.10) than being linked (10.5) fixed by setting GYP mac deployment target to the nix value - a gyp bug when SDKROOT is not set (and removed an orphaned gyp patch - path to python in generated gyp-mac-tool - noisy build due to static assert warnings, by silencing warnings - use of system xcodebuild and libtool replaced by darwin.cctools
* remove obsolete part of gyp patchJude Taylor2015-06-26
|
* gyp: fix cflags on darwinMichael Phillips2015-06-24
|
* python-gyp: Fix no-xcode.patch for Darwin.aszlig2013-09-27
| | | | | | | | | | | The last hunk of the patch doesn't apply anymore and causes a build failure on Darwin systems: https://hydra.nixos.org/build/6294943 Fixed the hunk manually. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Missed some darwin cflags in gypShea Levy2013-05-28
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* gyp: Fix on darwinShea Levy2013-05-28
Signed-off-by: Shea Levy <shea@shealevy.com>