Loading pkgs/development/libraries/discord-gamesdk/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,11 @@ stdenv.mkDerivation rec { stripRoot = false; }; nativeBuildInputs = [ autoPatchelfHook ]; outputs = [ "out" "dev" ]; buildInputs = [ (stdenv.cc.cc.libgcc or null) ]; nativeBuildInputs = [ autoPatchelfHook ]; installPhase = let Loading @@ -28,6 +30,8 @@ stdenv.mkDerivation rec { install -Dm555 lib/${processor}/discord_game_sdk${sharedLibrary} $out/lib/discord_game_sdk${sharedLibrary} install -Dm444 c/discord_game_sdk.h $dev/lib/include/discord_game_sdk.h runHook postInstall ''; Loading @@ -36,6 +40,7 @@ stdenv.mkDerivation rec { description = "Library to allow other programs to interact with the Discord desktop application"; license = licenses.unfree; maintainers = with maintainers; [ tomodachi94 ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "x86_64-windows" ]; }; } Loading
pkgs/development/libraries/discord-gamesdk/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -14,9 +14,11 @@ stdenv.mkDerivation rec { stripRoot = false; }; nativeBuildInputs = [ autoPatchelfHook ]; outputs = [ "out" "dev" ]; buildInputs = [ (stdenv.cc.cc.libgcc or null) ]; nativeBuildInputs = [ autoPatchelfHook ]; installPhase = let Loading @@ -28,6 +30,8 @@ stdenv.mkDerivation rec { install -Dm555 lib/${processor}/discord_game_sdk${sharedLibrary} $out/lib/discord_game_sdk${sharedLibrary} install -Dm444 c/discord_game_sdk.h $dev/lib/include/discord_game_sdk.h runHook postInstall ''; Loading @@ -36,6 +40,7 @@ stdenv.mkDerivation rec { description = "Library to allow other programs to interact with the Discord desktop application"; license = licenses.unfree; maintainers = with maintainers; [ tomodachi94 ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "x86_64-windows" ]; }; }