Fetch User Keys - simple tool for fetching SSH keys from various sources
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: move pkg-config from buildInputs to nativeBuildInputs

hauleth.dev db5731db cfd5f446

verified
+2 -2
+2 -2
nix/fuk.nix
··· 20 20 21 21 cargoHash = "sha256-jdiaV4B22GHKrHpuPv+eKsAt2jMv5AazLJmoEYfdUlE="; 22 22 23 - nativeBuildInputs = [ scdoc ]; 23 + nativeBuildInputs = [ scdoc pkg-config ]; 24 24 25 25 preInstall = '' 26 26 OUT=$out/man cargo xtask 27 27 ''; 28 28 29 - buildInputs = [pkg-config openssl] ++ lib.lists.optionals stdenv.isDarwin (with darwin.apple_sdk; [ 29 + buildInputs = [openssl] ++ lib.lists.optionals stdenv.isDarwin (with darwin.apple_sdk; [ 30 30 frameworks.Foundation 31 31 frameworks.CoreFoundation 32 32 frameworks.SystemConfiguration