mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
tuigreet: enable __structuredAttrs
(cherry picked from commit 7041f844e2)
This commit is contained in:
committed by
Gaetan Lepage
parent
c1e3895072
commit
319055219d
@@ -10,6 +10,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "tuigreet";
|
||||
version = "0.11.0";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tuigreet";
|
||||
repo = "tuigreet";
|
||||
|
||||
Reference in New Issue
Block a user