nixpkgs/pkgs/development/libraries/nss/fix-cross-compilation.patch
2020-07-15 19:08:51 +02:00

12 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']
}
],
},