mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
5b0756cd21
This unbreaks builds of all other versions (4.* and 6.*).
8 lines
197 B
Nix
8 lines
197 B
Nix
{ stdenv, fetchurl, ... } @ args:
|
|
|
|
import ./generic.nix (args // rec {
|
|
version = "5.3.28";
|
|
sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
|
|
extraPatches = [ ./osx.patch ];
|
|
})
|