Only on Linux since they will fail on Darwin:
dsymutil btest
error: cannot parse the debug map for 'btest': The file was not recognized as a valid object file
make[1]: *** [Makefile:2584: btest.dSYM] Error 1
- Prefix version with “unstable-” as per contributing guide
- Do not use rec pointlessly
- Use `lib.enableFeature`
- Add update script
- Format the expression
- Remove unused callPackage input
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.
CC @FRidh @matthewbauer