mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
131400c2e2
The common expression is a little messy to avoid rebuilds. It can be cleaned up in a second step. `9.4.8.fixme.nix` is used temporarily so that git's rename detection gets where common-make-native-bignum.nix is coming from. 8.10.7 keeps its expression since it uses integer-simple which changes the expression's interface. This is unfortunately very annoying to reflect in a common expression.
5 lines
143 B
Nix
5 lines
143 B
Nix
import ./common-make-native-bignum.nix {
|
|
version = "9.2.7";
|
|
sha256 = "a253567a17b734a4c0dd0ffa296d33c2a5b5a54a77df988806a2a1e1ca7e88b8";
|
|
}
|