Replace "not Perl" and "Perl again" with something more self-explanatory

This commit is contained in:
John Ericson 2024-01-25 14:25:12 -05:00
parent c5f37eca91
commit b5ed0787f7

View file

@ -57,8 +57,11 @@
let let
perlDeps = buildEnv { perlDeps = buildEnv {
name = "hydra-perl-deps"; name = "hydra-perl-deps";
paths = with perlPackages; lib.closePropagation paths = lib.closePropagation
[ ([
nix.perl-bindings
git
] ++ (with perlPackages; [
AuthenSASL AuthenSASL
CatalystActionREST CatalystActionREST
CatalystAuthenticationStoreDBIxClass CatalystAuthenticationStoreDBIxClass
@ -90,10 +93,6 @@ let
FileLibMagic FileLibMagic
FileSlurper FileSlurper
FileWhich FileWhich
# Not Perl
nix.perl-bindings
git
# Perl again
IOCompress IOCompress
IPCRun IPCRun
IPCRun3 IPCRun3
@ -126,7 +125,7 @@ let
UUID4Tiny UUID4Tiny
YAML YAML
XMLSimple XMLSimple
]; ]));
}; };
version = "${builtins.readFile ./version.txt}.${builtins.substring 0 8 (rawSrc.lastModifiedDate or "19700101")}.${rawSrc.shortRev or "DIRTY"}"; version = "${builtins.readFile ./version.txt}.${builtins.substring 0 8 (rawSrc.lastModifiedDate or "19700101")}.${rawSrc.shortRev or "DIRTY"}";