mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
fetchpatch,
|
||||||
which,
|
which,
|
||||||
acpica-tools,
|
acpica-tools,
|
||||||
nix-update-script,
|
unstableGitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
|
@ -62,7 +62,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
find $out/share/igvm-tooling/acpi -name "*.dsl" -exec iasl -f {} \;
|
find $out/share/igvm-tooling/acpi -name "*.dsl" -exec iasl -f {} \;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = unstableGitUpdater {
|
||||||
|
tagPrefix = "igvm-";
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "IGVM Image Generator";
|
description = "IGVM Image Generator";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue