aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOlivia Crain <olivia@olivia.dev>2024-09-28 23:41:30 +0000
committerGerrit Code Review <gerrit@localhost>2024-09-28 23:41:30 +0000
commitf12b60273b7e93184dd175ef9daa75ec490cbd5e (patch)
treedf00ff248ad0d1dc0ce8ebb3a4cde445cefb0d99 /src
parentae5d8dae1b796967c40b1f22b844d07f5697033e (diff)
parentb86863d93565a05b7695e3579caa2fe2ab62f3a1 (diff)
Merge changes I5c640824,I09ffc92e,I259583b7 into main
* changes: build: require meson 1.4.0 or newer build: fix deprecated uses of configure_file build: install html manual without using install_subdir
Diffstat (limited to 'src')
-rw-r--r--src/nix-channel/meson.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nix-channel/meson.build b/src/nix-channel/meson.build
index 952dfdb78..97b92d789 100644
--- a/src/nix-channel/meson.build
+++ b/src/nix-channel/meson.build
@@ -1,5 +1 @@
-configure_file(
- input : 'unpack-channel.nix',
- output : 'unpack-channel.nix',
- copy : true,
-)
+fs.copyfile('unpack-channel.nix')