mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
igvm-tooling: fix update script
This commit is contained in:
parent
27299af9e6
commit
89645fb7df
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
fetchpatch,
|
||||
which,
|
||||
acpica-tools,
|
||||
nix-update-script,
|
||||
unstableGitUpdater,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
|
@ -62,7 +62,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||
find $out/share/igvm-tooling/acpi -name "*.dsl" -exec iasl -f {} \;
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
passthru.updateScript = unstableGitUpdater {
|
||||
tagPrefix = "igvm-";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "IGVM Image Generator";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue