mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #231577 from figsoda/break-time
break-time: update Cargo.lock and unpin openssl
This commit is contained in:
commit
c3cfb4767c
1621
pkgs/applications/misc/break-time/Cargo.lock
generated
Normal file
1621
pkgs/applications/misc/break-time/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,9 @@ rustPlatform.buildRustPackage rec {
|
||||
sha256 = "sha256-q79JXaBwd/oKtJPvK2+72pY2YvaR3of2CMC8cF6wwQ8=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-DpX5tcIWt/pPGujufivmAGonVIiHERfa8Yb1JZpu3WA=";
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
@ -34,6 +36,11 @@ rustPlatform.buildRustPackage rec {
|
||||
openssl
|
||||
];
|
||||
|
||||
# update Cargo.lock to work with openssl
|
||||
postPatch = ''
|
||||
ln -sf ${./Cargo.lock} Cargo.lock
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Break timer that forces you to take a break";
|
||||
homepage = "https://github.com/cdepillabout/break-time";
|
||||
|
@ -29351,9 +29351,7 @@ with pkgs;
|
||||
|
||||
brave = callPackage ../applications/networking/browsers/brave { };
|
||||
|
||||
break-time = callPackage ../applications/misc/break-time {
|
||||
openssl = openssl_1_1;
|
||||
};
|
||||
break-time = callPackage ../applications/misc/break-time { };
|
||||
|
||||
breezy = with python3Packages; toPythonApplication breezy;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user