Skip to content

Commit 1271c92

Browse files
committed
build: libvirt: rename package to libvirt-gardenlinux-fork
Improves clarity in Nix build log. On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
1 parent e6c7b69 commit 1271c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/common.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ in
179179
sshProxy = false;
180180
package = pkgs.libvirt.overrideAttrs (old: {
181181
src = libvirt-src;
182+
name = "libvirt-gardenlinux";
182183
version =
183184
let
184185
fallback = builtins.trace "WARN: cannot obtain version from libvirt fork" "0.0.0-unknown";

0 commit comments

Comments
 (0)