forked from lix-project/lix
Mark nix-perl as a Perl module
The call to perl.withPackages in nix-serve expects this.
This commit is contained in:
parent
948515efb7
commit
452dba510d
|
@ -348,7 +348,7 @@
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
passthru.perl-bindings = with final; currentStdenv.mkDerivation {
|
passthru.perl-bindings = with final; perl.pkgs.toPerlModule (currentStdenv.mkDerivation {
|
||||||
name = "nix-perl-${version}";
|
name = "nix-perl-${version}";
|
||||||
|
|
||||||
src = self;
|
src = self;
|
||||||
|
@ -378,7 +378,7 @@
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postUnpack = "sourceRoot=$sourceRoot/perl";
|
postUnpack = "sourceRoot=$sourceRoot/perl";
|
||||||
};
|
});
|
||||||
|
|
||||||
meta.platforms = systems;
|
meta.platforms = systems;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue