Skip to content

Commit

Permalink
Remove dead code in the Meson build system
Browse files Browse the repository at this point in the history
Identified in NixOS#11224 (comment)

Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
  • Loading branch information
Ericson2314 and roberth committed Oct 9, 2024
1 parent 2aaebce commit 1e67dfb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# configures `scripts/nix-profile.sh.in` (and copies the original to the build directory).
# this is only needed for tests, but running it unconditionally does not hurt enough to care.
configure_file(
input : 'nix-profile.sh.in',
output : 'nix-profile.sh',
Expand All @@ -8,13 +6,6 @@ configure_file(
}
)

# https://github.com/mesonbuild/meson/issues/860
configure_file(
input : 'nix-profile.sh.in',
output : 'nix-profile.sh.in',
copy : true,
)

foreach rc : [ '.sh', '.fish', '-daemon.sh', '-daemon.fish' ]
configure_file(
input : 'nix-profile' + rc + '.in',
Expand Down

0 comments on commit 1e67dfb

Please sign in to comment.