mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +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,
|
||||
SubOverride,
|
||||
shortenPerlShebang,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
buildPerlPackage rec {
|
||||
|
@ -64,6 +65,10 @@ buildPerlPackage rec {
|
|||
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||
doInstallCheck = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = gitUpdater { };
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Perl module for stripping bits of non-deterministic information";
|
||||
mainProgram = "strip-nondeterminism";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue