mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
feat: remove build-time patches from Nixpkgs
Upstream Nixpkgs shadows Google's version of the default protobufs, which is no longer applicable given that they are copied into the repository, and causes builds to fail. Signed-off-by: Karim Vergnes <me@thesola.io>
This commit is contained in:
parent
bbcadd85fd
commit
010a346c67
1 changed files with 4 additions and 1 deletions
|
|
@ -71,7 +71,10 @@
|
|||
devShells.default = devShell;
|
||||
|
||||
# Build CRIU package as well
|
||||
packages.default = pkgs.criu.overrideAttrs { src = ./.; };
|
||||
packages.default = pkgs.criu.overrideAttrs {
|
||||
src = ./.;
|
||||
postPatch = "";
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue