lol
0
fork

Configure Feed

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

python-language-server: restore for current platform only

+3
+3
pkgs/development/dotnet-modules/python-language-server/default.nix
··· 3 3 , fetchFromGitHub 4 4 , buildDotnetModule 5 5 , dotnetCorePackages 6 + , stdenvNoCC 6 7 , autoPatchelfHook 7 8 , openssl 8 9 , icu ··· 24 25 25 26 dotnet-sdk = dotnetCorePackages.sdk_3_1; 26 27 dotnet-runtime = dotnetCorePackages.runtime_3_1; 28 + 29 + dotnetRestoreFlags = [ "--runtime ${dotnet-sdk.systemToDotnetRid stdenvNoCC.targetPlatform.system}" ]; 27 30 28 31 nativeBuildInputs = [ autoPatchelfHook ]; 29 32 buildInputs = [ stdenv.cc.cc.lib ];