Skip to content

Commit

Permalink
Replace "not Perl" and "Perl again" with something more self-explanatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jan 25, 2024
1 parent fd8b941 commit 150e89e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,11 @@
let
perlDeps = buildEnv {
name = "hydra-perl-deps";
paths = with perlPackages; lib.closePropagation
[
paths = lib.closePropagation
([
nix.perl-bindings
git
] ++ (with perlPackages; [
AuthenSASL
CatalystActionREST
CatalystAuthenticationStoreDBIxClass
Expand Down Expand Up @@ -92,10 +95,6 @@ let
FileLibMagic
FileSlurper
FileWhich
# Not Perl
nix.perl-bindings
git
# Perl again
IOCompress
IPCRun
IPCRun3
Expand Down Expand Up @@ -128,7 +127,7 @@ let
UUID4Tiny
YAML
XMLSimple
];
]));
};

version = "${builtins.readFile ./version.txt}.${builtins.substring 0 8 (rawSrc.lastModifiedDate or "19700101")}.${rawSrc.shortRev or "DIRTY"}";
Expand Down

0 comments on commit 150e89e

Please sign in to comment.