mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
skhd: 0.0.10 -> 0.0.12
This commit is contained in:
parent
b790f92e78
commit
261a958170
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "skhd-${version}";
|
name = "skhd-${version}";
|
||||||
version = "0.0.10";
|
version = "0.0.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "koekeishiya";
|
owner = "koekeishiya";
|
||||||
repo = "skhd";
|
repo = "skhd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0a0r8z9bvb1pzqag7nqa84xm99n0xvg27cw11qcv65snr06bqc9w";
|
sha256 = "09ihfd7cfqnfv095skn6rbrmjji61skwgg36b6s055fycrlbyp0h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ Carbon ];
|
buildInputs = [ Carbon ];
|
||||||
@ -21,9 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace $out/Library/LaunchDaemons/org.nixos.skhd.plist --subst-var out
|
substituteInPlace $out/Library/LaunchDaemons/org.nixos.skhd.plist --subst-var out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# See https://github.com/koekeishiya/skhd/issues/28
|
|
||||||
hardeningDisable = [ "all" ];
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Simple hotkey daemon for macOS";
|
description = "Simple hotkey daemon for macOS";
|
||||||
homepage = https://github.com/koekeishiya/skhd;
|
homepage = https://github.com/koekeishiya/skhd;
|
||||||
|
Loading…
Reference in New Issue
Block a user