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,
|
hyprlang,
|
||||||
librsvg,
|
librsvg,
|
||||||
libzip,
|
libzip,
|
||||||
|
tomlplusplus,
|
||||||
version ? "git",
|
version ? "git",
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
@ -29,6 +30,7 @@ stdenv.mkDerivation {
|
||||||
hyprlang
|
hyprlang
|
||||||
librsvg
|
librsvg
|
||||||
libzip
|
libzip
|
||||||
|
tomlplusplus
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
|
|
Loading…
Reference in a new issue