mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Integrate perl with the other meson builds
One big dev shell!
This commit is contained in:
parent
e0b4691754
commit
a83d95e26e
20 changed files with 52 additions and 27 deletions
|
@ -180,7 +180,7 @@ in {
|
|||
./doc
|
||||
./misc
|
||||
./precompiled-headers.h
|
||||
./src
|
||||
(fileset.difference ./src ./src/perl)
|
||||
./COPYING
|
||||
./scripts/local.mk
|
||||
] ++ lib.optionals buildUnitTests [
|
||||
|
@ -192,7 +192,7 @@ in {
|
|||
] ++ lib.optionals (enableInternalAPIDocs || enableExternalAPIDocs) [
|
||||
# Source might not be compiled, but still must be available
|
||||
# for Doxygen to gather comments.
|
||||
./src
|
||||
(fileset.difference ./src ./src/perl)
|
||||
./tests/unit
|
||||
] ++ lib.optionals buildUnitTests [
|
||||
./tests/unit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue