Skip to content

Commit

Permalink
Merge pull request NixOS#4495 from Infinisil/perl-bindings-passthru
Browse files Browse the repository at this point in the history
Use passthru for perl-bindings, allows Nix patching for Hydra
  • Loading branch information
edolstra authored Feb 5, 2021
2 parents c77f4a9 + d5acc48 commit 271eedb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
# 'nix.perl-bindings' packages.
overlay = final: prev: {

nix = with final; with commonDeps pkgs; (stdenv.mkDerivation {
nix = with final; with commonDeps pkgs; stdenv.mkDerivation {
name = "nix-${version}";
inherit version;

Expand Down Expand Up @@ -163,9 +163,8 @@
installCheckFlags = "sysconfdir=$(out)/etc";

separateDebugInfo = true;
}) // {

perl-bindings = with final; stdenv.mkDerivation {
passthru.perl-bindings = with final; stdenv.mkDerivation {
name = "nix-perl-${version}";

src = self;
Expand Down

0 comments on commit 271eedb

Please sign in to comment.