mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
strip-nondeterminism: Add updateScript
Still won't be updated by r-ryantm because ca25a2a7aa/src/Skiplist.hs (L161)
This commit is contained in:
parent
d73210fa57
commit
201505e6b7
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
ArchiveCpio,
|
ArchiveCpio,
|
||||||
SubOverride,
|
SubOverride,
|
||||||
shortenPerlShebang,
|
shortenPerlShebang,
|
||||||
|
gitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPerlPackage rec {
|
buildPerlPackage rec {
|
||||||
|
@ -64,6 +65,10 @@ buildPerlPackage rec {
|
||||||
doCheck = !stdenv.hostPlatform.isDarwin;
|
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
updateScript = gitUpdater { };
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Perl module for stripping bits of non-deterministic information";
|
description = "Perl module for stripping bits of non-deterministic information";
|
||||||
mainProgram = "strip-nondeterminism";
|
mainProgram = "strip-nondeterminism";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue