mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #327433 from getchoo/pkgs/flite/updateScript
flite: add updateScript
This commit is contained in:
commit
b098e0c792
@ -5,6 +5,7 @@
|
||||
fetchpatch,
|
||||
alsa-lib,
|
||||
libpulseaudio,
|
||||
nix-update-script,
|
||||
testers,
|
||||
audioBackend ? "pulseaudio",
|
||||
}:
|
||||
@ -62,6 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
command = "flite --help";
|
||||
package = finalAttrs.finalPackage;
|
||||
};
|
||||
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user