phoc: migrate to by-name

This commit is contained in:
Donovan Glover
2025-01-25 05:25:22 -05:00
parent 4139659f5c
commit 1f2758af98
2 changed files with 2 additions and 6 deletions
@@ -18,7 +18,7 @@
, wayland
, libdrm
, libxkbcommon
, wlroots
, wlroots_0_17
, xorg
, directoryListingUpdater
, nixosTests
@@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
# Patch wlroots to remove a check which crashes Phosh.
# This patch can be found within the phoc source tree.
wlroots = wlroots.overrideAttrs (old: {
wlroots = wlroots_0_17.overrideAttrs (old: {
patches = (old.patches or []) ++ [
(stdenvNoCC.mkDerivation {
name = "0001-Revert-layer-shell-error-on-0-dimension-without-anch.patch";
-4
View File
@@ -4669,10 +4669,6 @@ with pkgs;
pfstools = libsForQt5.callPackage ../tools/graphics/pfstools { };
phoc = callPackage ../applications/misc/phoc {
wlroots = wlroots_0_17;
};
piper-train = callPackage ../tools/audio/piper/train.nix { };
piper-tts = callPackage ../tools/audio/piper { };