https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
11 lines
310 B
Diff
11 lines
310 B
Diff
--- nss/nss.gyp
|
|
+++ nss/nss.gyp
|
|
@@ -280,7 +280,7 @@
|
|
'outputs/': [['exclude', 'nssdbm3']]
|
|
}],
|
|
],
|
|
- 'action': ['<(python)', '<(DEPTH)/coreconf/shlibsign.py', '<@(_inputs)']
|
|
+ 'action': ['true']
|
|
}
|
|
],
|
|
},
|