Tom Herbers 2026-06-26 08:31:12 +02:00
commit 387d5d25f4
No known key found for this signature in database
GPG key ID: 841A5B0DCEDA6192
2 changed files with 5 additions and 10 deletions

View file

@ -121,6 +121,7 @@ buildGoModule (finalAttrs: {
'';
postBuild = ''
export HOME=$(mktemp -d)
# build docs
mkdir -p .sphinx/deps
ln -s ${buildPackages.python3.pkgs.swagger-ui-bundle.src} .sphinx/deps/swagger-ui

View file

@ -1,14 +1,8 @@
import ./generic.nix {
hash = "sha256-g0YnvPMwk7WpYCl5VbRtHKVYoLlrk6QYhRaRRqulVQM=";
version = "7.1.0";
vendorHash = "sha256-VqvDrjdBTblqEOY/HtoKXGRAdoTJpSWxkmgJNNPw6eQ=";
patches = fetchpatch2: [
(fetchpatch2 {
name = "lxc-fix-environment-quoting.patch";
url = "https://github.com/lxc/incus/commit/a1276cdb57297245496ac8c1db76b90d1fcebd3b.patch?full_index=1";
hash = "sha256-NqEMYcDYx18KbqShKxmaK1o08c8/X4O87zXclQ36Ors=";
})
];
hash = "sha256-GVCC0nV5Ghd9BroVC4ysqiTIQ3AtXIJ+EG6VbJVQBB4=";
version = "7.2.0";
vendorHash = "sha256-0lBMQXQEf+oYlvyoFV2VTpJbY+reavCJZQkzt9UbnaI=";
patches = fetchpatch2: [ ];
nixUpdateExtraArgs = [
"--override-filename=pkgs/by-name/in/incus/package.nix"
];