nixpkgs/pkgs/development/libraries/nss/fix-cross-compilation.patch

12 lines
310 B
Diff
Raw Normal View History

2020-06-29 01:09:27 +00:00
--- nss/nss.gyp
+++ nss/nss.gyp
@@ -280,7 +280,7 @@
'outputs/': [['exclude', 'nssdbm3']]
}],
],
- 'action': ['<(python)', '<(DEPTH)/coreconf/shlibsign.py', '<@(_inputs)']
+ 'action': ['true']
}
],
},