mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
invidious: enable __structuredAttrs
(cherry picked from commit f996d69b98)
This commit is contained in:
parent
2f9fc83ad6
commit
32b1a37373
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ in
|
|||
crystal.buildCrystalPackage rec {
|
||||
pname = "invidious";
|
||||
inherit (versions.invidious) version;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iv-org";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue