mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-16 18:25:58 +01:00
Nix: add tomlplusplus dep
This commit is contained in:
parent
d780013ffa
commit
6b1dc5e15a
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
hyprlang,
|
||||
librsvg,
|
||||
libzip,
|
||||
tomlplusplus,
|
||||
version ? "git",
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
|
@ -29,6 +30,7 @@ stdenv.mkDerivation {
|
|||
hyprlang
|
||||
librsvg
|
||||
libzip
|
||||
tomlplusplus
|
||||
];
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Reference in a new issue