mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Fix build
This commit is contained in:
parent
625ffd441d
commit
a26307b281
2 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,8 @@ nix_perl_sources := \
|
|||
$(d)/lib/Nix/SSH.pm \
|
||||
$(d)/lib/Nix/CopyClosure.pm \
|
||||
$(d)/lib/Nix/Config.pm.in \
|
||||
$(d)/lib/Nix/Utils.pm
|
||||
$(d)/lib/Nix/Utils.pm \
|
||||
$(d)/lib/Nix/Crypto.pm
|
||||
|
||||
nix_perl_modules := $(nix_perl_sources:.in=)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue