Loading pkgs/development/libraries/waylib/default.nix +9 −0 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , fetchpatch , cmake , pkg-config , wayland-scanner Loading @@ -27,6 +28,14 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-3IdrChuXQyQGhJ/7kTqmkV0PyuSNP53Y0Po01Fc9Qi0="; }; patches = [ (fetchpatch { name = "fix-build-on-qt-6_7.patch"; url = "https://github.com/vioken/waylib/commit/09875ebedb074089ec57e71cbc8d8011f555be70.patch"; hash = "sha256-ulXlLxn7TOlXSl4N5mjXCy3PJhxVeyDwbwKeV9J/FSI="; }) ]; postPatch = '' substituteInPlace examples/tinywl/OutputDelegate.qml \ --replace "/usr/share/wallpapers/deepin/desktop.jpg" \ Loading Loading
pkgs/development/libraries/waylib/default.nix +9 −0 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , fetchpatch , cmake , pkg-config , wayland-scanner Loading @@ -27,6 +28,14 @@ stdenv.mkDerivation (finalAttrs: { hash = "sha256-3IdrChuXQyQGhJ/7kTqmkV0PyuSNP53Y0Po01Fc9Qi0="; }; patches = [ (fetchpatch { name = "fix-build-on-qt-6_7.patch"; url = "https://github.com/vioken/waylib/commit/09875ebedb074089ec57e71cbc8d8011f555be70.patch"; hash = "sha256-ulXlLxn7TOlXSl4N5mjXCy3PJhxVeyDwbwKeV9J/FSI="; }) ]; postPatch = '' substituteInPlace examples/tinywl/OutputDelegate.qml \ --replace "/usr/share/wallpapers/deepin/desktop.jpg" \ Loading