phoc: migrate to by-name
This commit is contained in:
@@ -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";
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user