nix: fix patch
Merge fail :woe:
This commit is contained in:
parent
0d9ab6ae49
commit
b52822f3da
1 changed files with 5 additions and 5 deletions
|
|
@ -74,11 +74,6 @@
|
|||
nativeBuildInputs = [gcc];
|
||||
buildInputs = [aubio pipewire];
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace assets/pam.d/fprint \
|
||||
--replace-fail pam_fprintd.so /run/current-system/sw/lib/security/pam_fprintd.so
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p bin
|
||||
g++ -std=c++17 -Wall -Wextra \
|
||||
|
|
@ -128,6 +123,11 @@ in
|
|||
buildInputs = [quickshell beatDetector idleInhibitor qt6.qtbase];
|
||||
propagatedBuildInputs = runtimeDeps;
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace assets/pam.d/fprint \
|
||||
--replace-fail pam_fprintd.so /run/current-system/sw/lib/security/pam_fprintd.so
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/caelestia-shell
|
||||
cp -r ./* $out/share/caelestia-shell
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue