Unverified Commit 1f2758af authored by Donovan Glover's avatar Donovan Glover
Browse files

phoc: migrate to by-name

parent 4139659f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
+0 −4
Original line number Diff line number Diff line
@@ -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 { };