Merge pull request #96698 from KAction/snooze

snooze: init at 0.4
This commit is contained in:
Ryan Mulligan 2020-10-15 16:29:34 -07:00 committed by GitHub
commit c4679aac6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
pname = "snooze";
version = "0.4";
src = fetchFromGitHub {
owner = "leahneukirchen";
repo = "snooze";
rev = "v${version}";
sha256 = "0a114brvvjf6vl7grviv0gd6gmikr447m8kq1wilp4yj51sfyxa9";
};
makeFlags = [ "DESTDIR=$(out)" "PREFIX=/" ];
meta = with stdenv.lib; {
description =
"Tool for waiting until a particular time and then running a command.";
maintainers = with maintainers; [ kaction ];
license = licenses.cc0;
platforms = platforms.linux;
};
}

View file

@ -2986,6 +2986,8 @@ in
cron = callPackage ../tools/system/cron { };
snooze = callPackage ../tools/system/snooze { };
cudaPackages = recurseIntoAttrs (callPackage ../development/compilers/cudatoolkit {});
inherit (cudaPackages)
cudatoolkit_6