mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Removes all the indentation in generic.nix, which is possible because we're not calling the generic function recursively anymore anyway.
11 lines
394 B
Nix
11 lines
394 B
Nix
{
|
|
version = "17.10";
|
|
rev = "refs/tags/REL_17_10";
|
|
hash = "sha256-3ZAqlT3R8ywhNH13oqz2VUbSwpOJ2JaICbxZ29awaMw=";
|
|
muslPatches = {
|
|
dont-use-locale-a = {
|
|
url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
|
|
hash = "sha256-6zjz3OpMx4qTETdezwZxSJPPdOvhCNu9nXvAaU9SwH8=";
|
|
};
|
|
};
|
|
}
|