mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
pkgsStatic.brotli: fix patch
This commit is contained in:
parent
0c6e5e15f8
commit
99c9647e69
@ -16,9 +16,10 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
patches = stdenv.lib.optional staticOnly (fetchpatch {
|
||||
# from https://github.com/google/brotli/pull/655
|
||||
url = "https://github.com/google/brotli/commit/7289e5a378ba13801996a84d89d8fe95c3fc4c11.patch";
|
||||
sha256 = "1bghbdvj24jrvb0sqfdif9vwg7wx6pn8dvl6flkrcjkhpj0gi0jg";
|
||||
# context from https://github.com/google/brotli/pull/655
|
||||
# updated patch from https://github.com/google/brotli/pull/655
|
||||
url = "https://github.com/google/brotli/commit/47a554804ceabb899ae924aaee54df806053d0d1.patch";
|
||||
sha256 = "sOeXNVsCaBSD9i82GRUDrkyreGeQ7qaJWjjy/uLL0/0=";
|
||||
});
|
||||
|
||||
cmakeFlags = []
|
||||
|
Loading…
Reference in New Issue
Block a user