Loading pkgs/by-name/di/discord-gamesdk/package.nix +15 −6 Original line number Diff line number Diff line { lib , stdenv , fetchzip , autoPatchelfHook { lib, stdenv, fetchzip, autoPatchelfHook, }: stdenv.mkDerivation rec { Loading @@ -14,7 +15,10 @@ stdenv.mkDerivation rec { stripRoot = false; }; outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ]; buildInputs = [ (stdenv.cc.cc.libgcc or null) ]; Loading @@ -41,6 +45,11 @@ stdenv.mkDerivation rec { license = licenses.unfree; maintainers = with maintainers; [ tomodachi94 ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "x86_64-windows" ]; platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "x86_64-windows" ]; }; } Loading
pkgs/by-name/di/discord-gamesdk/package.nix +15 −6 Original line number Diff line number Diff line { lib , stdenv , fetchzip , autoPatchelfHook { lib, stdenv, fetchzip, autoPatchelfHook, }: stdenv.mkDerivation rec { Loading @@ -14,7 +15,10 @@ stdenv.mkDerivation rec { stripRoot = false; }; outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ]; buildInputs = [ (stdenv.cc.cc.libgcc or null) ]; Loading @@ -41,6 +45,11 @@ stdenv.mkDerivation rec { license = licenses.unfree; maintainers = with maintainers; [ tomodachi94 ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "x86_64-windows" ]; platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" "x86_64-windows" ]; }; }