nix: fix typo in default.nix (#219)
This commit is contained in:
parent
2daa90a4b3
commit
6c8b2b0cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ in
|
|||
|
||||
nativeBuildInputs = [gcc makeWrapper];
|
||||
buildInputs = [quickshell aubio pipewire];
|
||||
propogatedBuildInputs = runtimeDeps;
|
||||
propagatedBuildInputs = runtimeDeps;
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue