mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 00:43:24 +00:00
pywal16: add updateScript
This commit is contained in:
parent
9f4747e9d0
commit
f313eefa97
@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
imagemagick,
|
||||
installShellFiles,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
@ -50,6 +51,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
];
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "16 colors fork of pywal";
|
||||
homepage = "https://github.com/eylles/pywal16";
|
||||
|
Loading…
Reference in New Issue
Block a user