From c8e705a7999e2d36e137771e38aa443c3ed5416d Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 21 Dec 2024 21:43:10 +0100 Subject: nix: fix river build --- lib/river/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/river') diff --git a/lib/river/default.nix b/lib/river/default.nix index 99f09dd..15c6eb4 100644 --- a/lib/river/default.nix +++ b/lib/river/default.nix @@ -12,4 +12,10 @@ mkAstalPkg { authors = "kotontrion"; gir-suffix = "River"; description = "IPC client for River"; + + postUnpack = '' + rm -rf $sourceRoot/subprojects + mkdir -p $sourceRoot/subprojects + cp -r --remove-destination ${../wayland-glib} $sourceRoot/subprojects/wayland-glib + ''; } -- cgit v1.2.3